#5D7711

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

Shades of Fiji Green #5D7711

Tints of Fiji Green #5D7711

Color information

#5D7711 (or 0x5D7711) is unknown color: approx Fiji Green. HEX triplet: 5D, 77 and 11. RGB value is (93,119,17). Sum of RGB (Red+Green+Blue) = 93+119+17=229 (30% of max value = 765). Red value is 93 (36.72% from 255 or 40.61% from 229); Green value is 119 (46.88% from 255 or 51.97% from 229); Blue value is 17 (7.03% from 255 or 7.42% from 229); Max value from RGB is 119 - color contains mainly: green. Hex color #5D7711 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D7711 is #A288EE. Grayscale: #636363. Windows color (decimal): -10651887 or 1144669. OLE color: 1144669.

HSL color Cylindrical-coordinate representation of color #5D7711: hue angle of 75.29º 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 #5D7711 is Cyan = 0.22, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.53.

Color convert

RGB9311917-
CMYK0.2200.860.53
HSL75.29º75%26.67%-
HSV(B)75.29º85.71%46.67%-
XYZ11.2115.562.94-
YUV99.681.39123.29-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 40.61%
GREEN value IS 119 (46.88% from 255) = 51.97%
BLUE value IS 17 (7.03% from 255) = 7.42%
R=40.61%
G=51.97%
B=7.42%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal93119170.2200.860.5375.297526.67
Hex5D771116056354b4b1b
Octal135167212601266511311333
Binary101110111101111000110110010101101101011001011100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D7711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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