#5A7A09

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

Shades of Fiji Green #5A7A09

Tints of Fiji Green #5A7A09

Color information

#5A7A09 (or 0x5A7A09) is unknown color: approx Fiji Green. HEX triplet: 5A, 7A and 09. RGB value is (90,122,9). Sum of RGB (Red+Green+Blue) = 90+122+9=221 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.72% from 221); Green value is 122 (48.05% from 255 or 55.20% from 221); Blue value is 9 (3.91% from 255 or 4.07% from 221); Max value from RGB is 122 - color contains mainly: green. Hex color #5A7A09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A7A09 is #A585F6. Grayscale: #636363. Windows color (decimal): -10847735 or 621146. OLE color: 621146.

HSL color Cylindrical-coordinate representation of color #5A7A09: hue angle of 76.99º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5A7A09 is Cyan = 0.26, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.52.

Color convert

RGB901229-
CMYK0.2600.930.52
HSL76.99º86.26%25.69%-
HSV(B)76.99º92.62%47.84%-
XYZ11.2316.112.78-
YUV99.5576.9121.19-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 40.72%
GREEN value IS 122 (48.05% from 255) = 55.20%
BLUE value IS 9 (3.91% from 255) = 4.07%
R=40.72%
G=55.20%
B=4.07%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal9012290.2600.930.5276.9986.2625.69
Hex5A7A91A05D344d561a
Octal132172113201356411512632
Binary10110101111010100111010010111011101001001101101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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