#5A6900

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

Shades of Fiji Green #5A6900

Tints of Fiji Green #5A6900

Color information

#5A6900 (or 0x5A6900) is unknown color: approx Fiji Green. HEX triplet: 5A, 69 and 00. RGB value is (90,105,0). Sum of RGB (Red+Green+Blue) = 90+105+0=195 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.15% from 195); Green value is 105 (41.41% from 255 or 53.85% from 195); Blue value is 0 (0.39% from 255 or 0% from 195); Max value from RGB is 105 - color contains mainly: green. Hex color #5A6900 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A6900 is #A596FF. Grayscale: #585858. Windows color (decimal): -10852096 or 26970. OLE color: 26970.

HSL color Cylindrical-coordinate representation of color #5A6900: hue angle of 68.57º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5A6900 is Cyan = 0.14, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.59.

Color convert

RGB901050-
CMYK0.14010.59
HSL68.57º100%20.59%-
HSV(B)68.57º100%41.18%-
XYZ9.2712.281.88-
YUV88.5478.03129.04-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 46.15%
GREEN value IS 105 (41.41% from 255) = 53.85%
BLUE value IS 0 (0.39% from 255) = 0%
R=46.15%
G=53.85%
B=0%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal9010500.14010.5968.5710020.59
Hex5A690E0643B456415
Octal13215101601447310514425
Binary1011010110100101110011001001110111000101110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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