#5A6C0A

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

Shades of Fiji Green #5A6C0A

Tints of Fiji Green #5A6C0A

Color information

#5A6C0A (or 0x5A6C0A) is unknown color: approx Fiji Green. HEX triplet: 5A, 6C and 0A. RGB value is (90,108,10). Sum of RGB (Red+Green+Blue) = 90+108+10=208 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.27% from 208); Green value is 108 (42.58% from 255 or 51.92% from 208); Blue value is 10 (4.30% from 255 or 4.81% from 208); Max value from RGB is 108 - color contains mainly: green. Hex color #5A6C0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A6C0A is #A593F5. Grayscale: #5B5B5B. Windows color (decimal): -10851318 or 683098. OLE color: 683098.

HSL color Cylindrical-coordinate representation of color #5A6C0A: hue angle of 71.02º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5A6C0A is Cyan = 0.17, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.58.

Color convert

RGB9010810-
CMYK0.1700.910.58
HSL71.02º83.05%23.14%-
HSV(B)71.02º90.74%42.35%-
XYZ9.6312.922.27-
YUV91.4582.04126.97-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 43.27%
GREEN value IS 108 (42.58% from 255) = 51.92%
BLUE value IS 10 (4.30% from 255) = 4.81%
R=43.27%
G=51.92%
B=4.81%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal90108100.1700.910.5871.0283.0523.14
Hex5A6CA1105B3A475317
Octal132154122101337210712327
Binary10110101101100101010001010110111110101000111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,108,10); }

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

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

 a { background-color: rgb(90,108,10); }

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

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

 span { border-color: rgb(90,108,10); }

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