#5e770d

Color #5E770D Fiji Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiji Green #5E770D

Tints of Fiji Green #5E770D

Color information

#5E770D (or 0x5E770D) is unknown color: approx Fiji Green. HEX triplet: 5E, 77 and 0D. RGB value is (94,119,13). Sum of RGB (Red+Green+Blue) = 94+119+13=226 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.59% from 226); Green value is 119 (46.88% from 255 or 52.65% from 226); Blue value is 13 (5.47% from 255 or 5.75% from 226); Max value from RGB is 119 - color contains mainly: green. Hex color #5E770D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E770D is #A188F2. Grayscale: #636363. Windows color (decimal): -10586355 or 882526. OLE color: 882526.

HSL color Cylindrical-coordinate representation of color #5E770D: hue angle of 74.15º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5E770D is Cyan = 0.21, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB9411913-
CMYK0.2100.890.53
HSL74.15º80.3%25.88%-
HSV(B)74.15º89.08%46.67%-
XYZ11.2915.62.8-
YUV99.4479.22124.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 94 (37.11% from 255) = 41.59%
GREEN value IS 119 (46.88% from 255) = 52.65%
BLUE value IS 13 (5.47% from 255) = 5.75%
R=41.59%
G=52.65%
B=5.75%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal94119130.2100.890.5374.1580.325.88
Hex5E77D15059354a501a
Octal136167152501316511212032
Binary10111101110111110110101010110011101011001010101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5e770d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5e770d; }

 p { color: rgb(94,119,13); }

 H1.HeaderClassName
 {
   color: #5e770d;
 }
 .AnyTagClassName
 {
   color: #5e770d;
 }
</style>
background-color css

<style>
 a { background-color: #5e770d; }

 a { background-color: rgb(94,119,13); }

 div.DivClassName
 {
   background-color: #5e770d;
 }
 .BgClassName
 {
   background-color: #5e770d;
 }
</style>
border-color css

<style>
 span { border-color: #5e770d; }

 span { border-color: rgb(94,119,13); }

 td.TdClassName
 {
   border-color: #5e770d;
 }
 .TagClassName
 {
   border-color: #5e770d;
 }
</style>