#5E7616

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

Shades of Fiji Green #5E7616

Tints of Fiji Green #5E7616

Color information

#5E7616 (or 0x5E7616) is unknown color: approx Fiji Green. HEX triplet: 5E, 76 and 16. RGB value is (94,118,22). Sum of RGB (Red+Green+Blue) = 94+118+22=234 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.17% from 234); Green value is 118 (46.48% from 255 or 50.43% from 234); Blue value is 22 (8.98% from 255 or 9.40% from 234); Max value from RGB is 118 - color contains mainly: green. Hex color #5E7616 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E7616 is #A189E9. Grayscale: #646464. Windows color (decimal): -10586602 or 1472094. OLE color: 1472094.

HSL color Cylindrical-coordinate representation of color #5E7616: hue angle of 75º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5E7616 is Cyan = 0.20, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB9411822-
CMYK0.2000.810.54
HSL75º68.57%27.45%-
HSV(B)75º81.36%46.27%-
XYZ11.2415.393.14-
YUV99.8884.05123.81-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 40.17%
GREEN value IS 118 (46.48% from 255) = 50.43%
BLUE value IS 22 (8.98% from 255) = 9.40%
R=40.17%
G=50.43%
B=9.40%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal94118220.2000.810.547568.5727.45
Hex5E761614051364b451b
Octal136166262401216611310533
Binary101111011101101011010100010100011101101001011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E7616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,118,22); }

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

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

 a { background-color: rgb(94,118,22); }

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

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

 span { border-color: rgb(94,118,22); }

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