#5E7807

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

Shades of Fiji Green #5E7807

Tints of Fiji Green #5E7807

Color information

#5E7807 (or 0x5E7807) is unknown color: approx Fiji Green. HEX triplet: 5E, 78 and 07. RGB value is (94,120,7). Sum of RGB (Red+Green+Blue) = 94+120+7=221 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.53% from 221); Green value is 120 (47.27% from 255 or 54.30% from 221); Blue value is 7 (3.12% from 255 or 3.17% from 221); Max value from RGB is 120 - color contains mainly: green. Hex color #5E7807 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E7807 is #A187F8. Grayscale: #636363. Windows color (decimal): -10586105 or 489566. OLE color: 489566.

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

Color convert

RGB941207-
CMYK0.2200.940.53
HSL73.81º88.98%24.9%-
HSV(B)73.81º94.17%47.06%-
XYZ11.3715.832.66-
YUV99.3475.89124.19-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 42.53%
GREEN value IS 120 (47.27% from 255) = 54.30%
BLUE value IS 7 (3.12% from 255) = 3.17%
R=42.53%
G=54.30%
B=3.17%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9412070.2200.940.5373.8188.9824.9
Hex5E7871605E354a5919
Octal13617072601366511213131
Binary1011110111100011110110010111101101011001010101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E7807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,120,7); }

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

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

 a { background-color: rgb(94,120,7); }

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

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

 span { border-color: rgb(94,120,7); }

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