#5A790A

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

Shades of Fiji Green #5A790A

Tints of Fiji Green #5A790A

Color information

#5A790A (or 0x5A790A) is unknown color: approx Fiji Green. HEX triplet: 5A, 79 and 0A. RGB value is (90,121,10). Sum of RGB (Red+Green+Blue) = 90+121+10=221 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.72% from 221); Green value is 121 (47.66% from 255 or 54.75% from 221); Blue value is 10 (4.30% from 255 or 4.52% from 221); Max value from RGB is 121 - color contains mainly: green. Hex color #5A790A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A790A is #A586F5. Grayscale: #636363. Windows color (decimal): -10847990 or 686426. OLE color: 686426.

HSL color Cylindrical-coordinate representation of color #5A790A: hue angle of 76.76º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5A790A is Cyan = 0.26, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB9012110-
CMYK0.2600.920.53
HSL76.76º84.73%25.69%-
HSV(B)76.76º91.74%47.45%-
XYZ11.1115.872.76-
YUV99.0877.73121.53-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 40.72%
GREEN value IS 121 (47.66% from 255) = 54.75%
BLUE value IS 10 (4.30% from 255) = 4.52%
R=40.72%
G=54.75%
B=4.52%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal90121100.2600.920.5376.7684.7325.69
Hex5A79A1A05C354d551a
Octal132171123201346511512532
Binary10110101111001101011010010111001101011001101101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A790A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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