#5A7711

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

Shades of Fiji Green #5A7711

Tints of Fiji Green #5A7711

Color information

#5A7711 (or 0x5A7711) is unknown color: approx Fiji Green. HEX triplet: 5A, 77 and 11. RGB value is (90,119,17). Sum of RGB (Red+Green+Blue) = 90+119+17=226 (29% of max value = 765). Red value is 90 (35.55% from 255 or 39.82% from 226); Green value is 119 (46.88% from 255 or 52.65% from 226); Blue value is 17 (7.03% from 255 or 7.52% from 226); Max value from RGB is 119 - color contains mainly: green. Hex color #5A7711 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A7711 is #A588EE. Grayscale: #636363. Windows color (decimal): -10848495 or 1144666. OLE color: 1144666.

HSL color Cylindrical-coordinate representation of color #5A7711: hue angle of 77.06º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5A7711 is Cyan = 0.24, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.53.

Color convert

RGB9011917-
CMYK0.2400.860.53
HSL77.06º75%26.67%-
HSV(B)77.06º85.71%46.67%-
XYZ10.9115.412.93-
YUV98.781.89121.79-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 39.82%
GREEN value IS 119 (46.88% from 255) = 52.65%
BLUE value IS 17 (7.03% from 255) = 7.52%
R=39.82%
G=52.65%
B=7.52%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal90119170.2400.860.5377.067526.67
Hex5A771118056354d4b1b
Octal132167213001266511511333
Binary101101011101111000111000010101101101011001101100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,119,17); }

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

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

 a { background-color: rgb(90,119,17); }

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

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

 span { border-color: rgb(90,119,17); }

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