#5E610E

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

Shades of Fiji Green #5E610E

Tints of Fiji Green #5E610E

Color information

#5E610E (or 0x5E610E) is unknown color: approx Fiji Green. HEX triplet: 5E, 61 and 0E. RGB value is (94,97,14). Sum of RGB (Red+Green+Blue) = 94+97+14=205 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.85% from 205); Green value is 97 (38.28% from 255 or 47.32% from 205); Blue value is 14 (5.86% from 255 or 6.83% from 205); Max value from RGB is 97 - color contains mainly: green. Hex color #5E610E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E610E is #A19EF1. Grayscale: #565656. Windows color (decimal): -10591986 or 942430. OLE color: 942430.

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

Color convert

RGB949714-
CMYK0.0300.860.62
HSL62.17º74.77%21.76%-
HSV(B)62.17º85.57%38.04%-
XYZ8.9710.962.06-
YUV86.6487.01133.25-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 45.85%
GREEN value IS 97 (38.28% from 255) = 47.32%
BLUE value IS 14 (5.86% from 255) = 6.83%
R=45.85%
G=47.32%
B=6.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9497140.0300.860.6262.1774.7721.76
Hex5E61E30563E3e4b16
Octal1361411630126767611326
Binary1011110110000111101101010110111110111110100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E610E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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