#5A6504

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

Shades of Fiji Green #5A6504

Tints of Fiji Green #5A6504

Color information

#5A6504 (or 0x5A6504) is unknown color: approx Fiji Green. HEX triplet: 5A, 65 and 04. RGB value is (90,101,4). Sum of RGB (Red+Green+Blue) = 90+101+4=195 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.15% from 195); Green value is 101 (39.84% from 255 or 51.79% from 195); Blue value is 4 (1.95% from 255 or 2.05% from 195); Max value from RGB is 101 - color contains mainly: green. Hex color #5A6504 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A6504 is #A59AFB. Grayscale: #575757. Windows color (decimal): -10853116 or 288090. OLE color: 288090.

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

Color convert

RGB901014-
CMYK0.1100.960.60
HSL66.8º92.38%20.59%-
HSV(B)66.8º96.04%39.61%-
XYZ8.8911.491.86-
YUV86.6581.36130.39-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 46.15%
GREEN value IS 101 (39.84% from 255) = 51.79%
BLUE value IS 4 (1.95% from 255) = 2.05%
R=46.15%
G=51.79%
B=2.05%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal9010140.1100.960.6066.892.3820.59
Hex5A654B0603C435c15
Octal13214541301407410313425
Binary101101011001011001011011000001111001000011101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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