#5A6B14

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

Shades of Fiji Green #5A6B14

Tints of Fiji Green #5A6B14

Color information

#5A6B14 (or 0x5A6B14) is unknown color: approx Fiji Green. HEX triplet: 5A, 6B and 14. RGB value is (90,107,20). Sum of RGB (Red+Green+Blue) = 90+107+20=217 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.47% from 217); Green value is 107 (42.19% from 255 or 49.31% from 217); Blue value is 20 (8.20% from 255 or 9.22% from 217); Max value from RGB is 107 - color contains mainly: green. Hex color #5A6B14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A6B14 is #A594EB. Grayscale: #5C5C5C. Windows color (decimal): -10851564 or 1338202. OLE color: 1338202.

HSL color Cylindrical-coordinate representation of color #5A6B14: hue angle of 71.72º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5A6B14 is Cyan = 0.16, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.58.

Color convert

RGB9010720-
CMYK0.1600.810.58
HSL71.72º68.5%24.9%-
HSV(B)71.72º81.31%41.96%-
XYZ9.612.742.61-
YUV9287.37126.57-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 41.47%
GREEN value IS 107 (42.19% from 255) = 49.31%
BLUE value IS 20 (8.20% from 255) = 9.22%
R=41.47%
G=49.31%
B=9.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal90107200.1600.810.5871.7268.524.9
Hex5A6B14100513A484519
Octal132153242001217211010531
Binary101101011010111010010000010100011110101001000100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,107,20); }

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

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

 a { background-color: rgb(90,107,20); }

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

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

 span { border-color: rgb(90,107,20); }

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