#5A6E08

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

Shades of Fiji Green #5A6E08

Tints of Fiji Green #5A6E08

Color information

#5A6E08 (or 0x5A6E08) is unknown color: approx Fiji Green. HEX triplet: 5A, 6E and 08. RGB value is (90,110,8). Sum of RGB (Red+Green+Blue) = 90+110+8=208 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.27% from 208); Green value is 110 (43.36% from 255 or 52.88% from 208); Blue value is 8 (3.52% from 255 or 3.85% from 208); Max value from RGB is 110 - color contains mainly: green. Hex color #5A6E08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A6E08 is #A591F7. Grayscale: #5C5C5C. Windows color (decimal): -10850808 or 552538. OLE color: 552538.

HSL color Cylindrical-coordinate representation of color #5A6E08: hue angle of 71.76º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5A6E08 is Cyan = 0.18, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.57.

Color convert

RGB901108-
CMYK0.1800.930.57
HSL71.76º86.44%23.14%-
HSV(B)71.76º92.73%43.14%-
XYZ9.8413.342.29-
YUV92.3980.37126.29-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 43.27%
GREEN value IS 110 (43.36% from 255) = 52.88%
BLUE value IS 8 (3.52% from 255) = 3.85%
R=43.27%
G=52.88%
B=3.85%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal9011080.1800.930.5771.7686.4423.14
Hex5A6E81205D39485617
Octal132156102201357111012627
Binary10110101101110100010010010111011110011001000101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,110,8); }

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

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

 a { background-color: rgb(90,110,8); }

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

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

 span { border-color: rgb(90,110,8); }

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