#5A6F19

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

Shades of Fiji Green #5A6F19

Tints of Fiji Green #5A6F19

Color information

#5A6F19 (or 0x5A6F19) is unknown color: approx Fiji Green. HEX triplet: 5A, 6F and 19. RGB value is (90,111,25). Sum of RGB (Red+Green+Blue) = 90+111+25=226 (29% of max value = 765). Red value is 90 (35.55% from 255 or 39.82% from 226); Green value is 111 (43.75% from 255 or 49.12% from 226); Blue value is 25 (10.16% from 255 or 11.06% from 226); Max value from RGB is 111 - color contains mainly: green. Hex color #5A6F19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A6F19 is #A590E6. Grayscale: #5F5F5F. Windows color (decimal): -10850535 or 1666906. OLE color: 1666906.

HSL color Cylindrical-coordinate representation of color #5A6F19: hue angle of 74.65º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5A6F19 is Cyan = 0.19, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB9011125-
CMYK0.1900.770.56
HSL74.65º63.24%26.67%-
HSV(B)74.65º77.48%43.53%-
XYZ10.0813.613.02-
YUV94.9288.54124.49-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 39.82%
GREEN value IS 111 (43.75% from 255) = 49.12%
BLUE value IS 25 (10.16% from 255) = 11.06%
R=39.82%
G=49.12%
B=11.06%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal90111250.1900.770.5674.6563.2426.67
Hex5A6F191304D384b3f1b
Octal13215731230115701137733
Binary10110101101111110011001101001101111000100101111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,111,25); }

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

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

 a { background-color: rgb(90,111,25); }

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

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

 span { border-color: rgb(90,111,25); }

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