#5A6E05

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

Shades of Fiji Green #5A6E05

Tints of Fiji Green #5A6E05

Color information

#5A6E05 (or 0x5A6E05) is unknown color: approx Fiji Green. HEX triplet: 5A, 6E and 05. RGB value is (90,110,5). Sum of RGB (Red+Green+Blue) = 90+110+5=205 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.90% from 205); Green value is 110 (43.36% from 255 or 53.66% from 205); Blue value is 5 (2.34% from 255 or 2.44% from 205); Max value from RGB is 110 - color contains mainly: green. Hex color #5A6E05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A6E05 is #A591FA. Grayscale: #5C5C5C. Windows color (decimal): -10850811 or 355930. OLE color: 355930.

HSL color Cylindrical-coordinate representation of color #5A6E05: hue angle of 71.43º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5A6E05 is Cyan = 0.18, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.57.

Color convert

RGB901105-
CMYK0.1800.950.57
HSL71.43º91.3%22.55%-
HSV(B)71.43º95.45%43.14%-
XYZ9.8213.342.2-
YUV92.0578.87126.54-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 43.90%
GREEN value IS 110 (43.36% from 255) = 53.66%
BLUE value IS 5 (2.34% from 255) = 2.44%
R=43.90%
G=53.66%
B=2.44%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal9011050.1800.950.5771.4391.322.55
Hex5A6E51205F39475b17
Octal13215652201377110713327
Binary1011010110111010110010010111111110011000111101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,110,5); }

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

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

 a { background-color: rgb(90,110,5); }

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

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

 span { border-color: rgb(90,110,5); }

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