#5A7908

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

Shades of Fiji Green #5A7908

Tints of Fiji Green #5A7908

Color information

#5A7908 (or 0x5A7908) is unknown color: approx Fiji Green. HEX triplet: 5A, 79 and 08. RGB value is (90,121,8). Sum of RGB (Red+Green+Blue) = 90+121+8=219 (29% of max value = 765). Red value is 90 (35.55% from 255 or 41.10% from 219); Green value is 121 (47.66% from 255 or 55.25% from 219); Blue value is 8 (3.52% from 255 or 3.65% from 219); Max value from RGB is 121 - color contains mainly: green. Hex color #5A7908 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A7908 is #A586F7. Grayscale: #636363. Windows color (decimal): -10847992 or 555354. OLE color: 555354.

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

Color convert

RGB901218-
CMYK0.2600.930.53
HSL76.46º87.6%25.29%-
HSV(B)76.46º93.39%47.45%-
XYZ11.115.872.71-
YUV98.8576.73121.69-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 41.10%
GREEN value IS 121 (47.66% from 255) = 55.25%
BLUE value IS 8 (3.52% from 255) = 3.65%
R=41.10%
G=55.25%
B=3.65%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9012180.2600.930.5376.4687.625.29
Hex5A7981A05D354c5819
Octal132171103201356511413031
Binary10110101111001100011010010111011101011001100101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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