#5A6506

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

Shades of Fiji Green #5A6506

Tints of Fiji Green #5A6506

Color information

#5A6506 (or 0x5A6506) is unknown color: approx Fiji Green. HEX triplet: 5A, 65 and 06. RGB value is (90,101,6). Sum of RGB (Red+Green+Blue) = 90+101+6=197 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.69% from 197); Green value is 101 (39.84% from 255 or 51.27% from 197); Blue value is 6 (2.73% from 255 or 3.05% from 197); Max value from RGB is 101 - color contains mainly: green. Hex color #5A6506 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A6506 is #A59AF9. Grayscale: #575757. Windows color (decimal): -10853114 or 419162. OLE color: 419162.

HSL color Cylindrical-coordinate representation of color #5A6506: hue angle of 66.95º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5A6506 is Cyan = 0.11, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.60.

Color convert

RGB901016-
CMYK0.1100.940.60
HSL66.95º88.79%20.98%-
HSV(B)66.95º94.06%39.61%-
XYZ8.911.491.92-
YUV86.8882.36130.22-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 45.69%
GREEN value IS 101 (39.84% from 255) = 51.27%
BLUE value IS 6 (2.73% from 255) = 3.05%
R=45.69%
G=51.27%
B=3.05%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal9010160.1100.940.6066.9588.7920.98
Hex5A656B05E3C435915
Octal13214561301367410313125
Binary101101011001011101011010111101111001000011101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,101,6); }

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

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

 a { background-color: rgb(90,101,6); }

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

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

 span { border-color: rgb(90,101,6); }

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