#5A6011

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

Shades of Fiji Green #5A6011

Tints of Fiji Green #5A6011

Color information

#5A6011 (or 0x5A6011) is unknown color: approx Fiji Green. HEX triplet: 5A, 60 and 11. RGB value is (90,96,17). Sum of RGB (Red+Green+Blue) = 90+96+17=203 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.33% from 203); Green value is 96 (37.89% from 255 or 47.29% from 203); Blue value is 17 (7.03% from 255 or 8.37% from 203); Max value from RGB is 96 - color contains mainly: green. Hex color #5A6011 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A6011 is #A59FEE. Grayscale: #555555. Windows color (decimal): -10854383 or 1138778. OLE color: 1138778.

HSL color Cylindrical-coordinate representation of color #5A6011: hue angle of 64.56º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5A6011 is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB909617-
CMYK0.0600.820.62
HSL64.56º69.91%22.16%-
HSV(B)64.56º82.29%37.65%-
XYZ8.510.582.12-
YUV85.289.51131.42-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 44.33%
GREEN value IS 96 (37.89% from 255) = 47.29%
BLUE value IS 17 (7.03% from 255) = 8.37%
R=44.33%
G=47.29%
B=8.37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9096170.0600.820.6264.5669.9122.16
Hex5A601160523E414616
Octal13214021601227610110626
Binary1011010110000010001110010100101111101000001100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,96,17); }

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

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

 a { background-color: rgb(90,96,17); }

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

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

 span { border-color: rgb(90,96,17); }

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