#5A6600

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

Shades of Fiji Green #5A6600

Tints of Fiji Green #5A6600

Color information

#5A6600 (or 0x5A6600) is unknown color: approx Fiji Green. HEX triplet: 5A, 66 and 00. RGB value is (90,102,0). Sum of RGB (Red+Green+Blue) = 90+102+0=192 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.88% from 192); Green value is 102 (40.23% from 255 or 53.12% from 192); Blue value is 0 (0.39% from 255 or 0% from 192); Max value from RGB is 102 - color contains mainly: green. Hex color #5A6600 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A6600 is #A599FF. Grayscale: #575757. Windows color (decimal): -10852864 or 26202. OLE color: 26202.

HSL color Cylindrical-coordinate representation of color #5A6600: hue angle of 67.06º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5A6600 is Cyan = 0.12, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.6.

Color convert

RGB901020-
CMYK0.12010.6
HSL67.06º100%20%-
HSV(B)67.06º100%40%-
XYZ8.9711.681.78-
YUV86.7879.02130.29-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 46.88%
GREEN value IS 102 (40.23% from 255) = 53.12%
BLUE value IS 0 (0.39% from 255) = 0%
R=46.88%
G=53.12%
B=0%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal9010200.12010.667.0610020
Hex5A660C0643C436414
Octal13214601401447410314424
Binary1011010110011001100011001001111001000011110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,102,0); }

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

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

 a { background-color: rgb(90,102,0); }

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

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

 span { border-color: rgb(90,102,0); }

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