#5a791a

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

Shades of Fiji Green #5A791A

Tints of Fiji Green #5A791A

Color information

#5A791A (or 0x5A791A) is unknown color: approx Fiji Green. HEX triplet: 5A, 79 and 1A. RGB value is (90,121,26). Sum of RGB (Red+Green+Blue) = 90+121+26=237 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.97% from 237); Green value is 121 (47.66% from 255 or 51.05% from 237); Blue value is 26 (10.55% from 255 or 10.97% from 237); Max value from RGB is 121 - color contains mainly: green. Hex color #5A791A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A791A is #A586E5. Grayscale: #656565. Windows color (decimal): -10847974 or 1735002. OLE color: 1735002.

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

Color convert

RGB9012126-
CMYK0.2600.790.53
HSL79.58º64.63%28.82%-
HSV(B)79.58º78.51%47.45%-
XYZ11.2415.923.46-
YUV100.985.73120.22-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 37.97%
GREEN value IS 121 (47.66% from 255) = 51.05%
BLUE value IS 26 (10.55% from 255) = 10.97%
R=37.97%
G=51.05%
B=10.97%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal90121260.2600.790.5379.5864.6328.82
Hex5A791A1A04F3550411d
Octal132171323201176512010135
Binary101101011110011101011010010011111101011010000100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5a791a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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