#5A7409

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

Shades of Fiji Green #5A7409

Tints of Fiji Green #5A7409

Color information

#5A7409 (or 0x5A7409) is unknown color: approx Fiji Green. HEX triplet: 5A, 74 and 09. RGB value is (90,116,9). Sum of RGB (Red+Green+Blue) = 90+116+9=215 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.86% from 215); Green value is 116 (45.70% from 255 or 53.95% from 215); Blue value is 9 (3.91% from 255 or 4.19% from 215); Max value from RGB is 116 - color contains mainly: green. Hex color #5A7409 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A7409 is #A58BF6. Grayscale: #606060. Windows color (decimal): -10849271 or 619610. OLE color: 619610.

HSL color Cylindrical-coordinate representation of color #5A7409: hue angle of 74.58º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5A7409 is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.55.

Color convert

RGB901169-
CMYK0.2200.920.55
HSL74.58º85.6%24.51%-
HSV(B)74.58º92.24%45.49%-
XYZ10.5114.682.54-
YUV96.0378.89123.7-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 41.86%
GREEN value IS 116 (45.70% from 255) = 53.95%
BLUE value IS 9 (3.91% from 255) = 4.19%
R=41.86%
G=53.95%
B=4.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9011690.2200.920.5574.5885.624.51
Hex5A7491605C374b5619
Octal132164112601346711312631
Binary10110101110100100110110010111001101111001011101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,116,9); }

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

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

 a { background-color: rgb(90,116,9); }

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

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

 span { border-color: rgb(90,116,9); }

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