#5E610F

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

Shades of Fiji Green #5E610F

Tints of Fiji Green #5E610F

Color information

#5E610F (or 0x5E610F) is unknown color: approx Fiji Green. HEX triplet: 5E, 61 and 0F. RGB value is (94,97,15). Sum of RGB (Red+Green+Blue) = 94+97+15=206 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.63% from 206); Green value is 97 (38.28% from 255 or 47.09% from 206); Blue value is 15 (6.25% from 255 or 7.28% from 206); Max value from RGB is 97 - color contains mainly: green. Hex color #5E610F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E610F is #A19EF0. Grayscale: #575757. Windows color (decimal): -10591985 or 1007966. OLE color: 1007966.

HSL color Cylindrical-coordinate representation of color #5E610F: hue angle of 62.2º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5E610F is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB949715-
CMYK0.0300.850.62
HSL62.2º73.21%21.96%-
HSV(B)62.2º84.54%38.04%-
XYZ8.9810.962.09-
YUV86.7687.51133.17-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 45.63%
GREEN value IS 97 (38.28% from 255) = 47.09%
BLUE value IS 15 (6.25% from 255) = 7.28%
R=45.63%
G=47.09%
B=7.28%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9497150.0300.850.6262.273.2121.96
Hex5E61F30553E3e4916
Octal1361411730125767611126
Binary1011110110000111111101010101111110111110100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E610F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,97,15); }

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

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

 a { background-color: rgb(94,97,15); }

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

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

 span { border-color: rgb(94,97,15); }

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