#5E6808

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

Shades of Fiji Green #5E6808

Tints of Fiji Green #5E6808

Color information

#5E6808 (or 0x5E6808) is unknown color: approx Fiji Green. HEX triplet: 5E, 68 and 08. RGB value is (94,104,8). Sum of RGB (Red+Green+Blue) = 94+104+8=206 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.63% from 206); Green value is 104 (41.02% from 255 or 50.49% from 206); Blue value is 8 (3.52% from 255 or 3.88% from 206); Max value from RGB is 104 - color contains mainly: green. Hex color #5E6808 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E6808 is #A197F7. Grayscale: #5A5A5A. Windows color (decimal): -10590200 or 551006. OLE color: 551006.

HSL color Cylindrical-coordinate representation of color #5E6808: hue angle of 66.25º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5E6808 is Cyan = 0.10, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.59.

Color convert

RGB941048-
CMYK0.1000.920.59
HSL66.25º85.71%21.96%-
HSV(B)66.25º92.31%40.78%-
XYZ9.6112.32.1-
YUV90.0781.69130.81-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 45.63%
GREEN value IS 104 (41.02% from 255) = 50.49%
BLUE value IS 8 (3.52% from 255) = 3.88%
R=45.63%
G=50.49%
B=3.88%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal9410480.1000.920.5966.2585.7121.96
Hex5E688A05C3B425616
Octal136150101201347310212626
Binary1011110110100010001010010111001110111000010101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,104,8); }

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

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

 a { background-color: rgb(94,104,8); }

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

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

 span { border-color: rgb(94,104,8); }

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