#59720B

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

Shades of Fiji Green #59720B

Tints of Fiji Green #59720B

Color information

#59720B (or 0x59720B) is unknown color: approx Fiji Green. HEX triplet: 59, 72 and 0B. RGB value is (89,114,11). Sum of RGB (Red+Green+Blue) = 89+114+11=214 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.59% from 214); Green value is 114 (44.92% from 255 or 53.27% from 214); Blue value is 11 (4.69% from 255 or 5.14% from 214); Max value from RGB is 114 - color contains mainly: green. Hex color #59720B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #59720B is #A68DF4. Grayscale: #5F5F5F. Windows color (decimal): -10915317 or 750169. OLE color: 750169.

HSL color Cylindrical-coordinate representation of color #59720B: hue angle of 74.56º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #59720B is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB8911411-
CMYK0.2200.900.55
HSL74.56º82.4%24.51%-
HSV(B)74.56º90.35%44.71%-
XYZ10.214.182.52-
YUV94.7880.72123.88-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 41.59%
GREEN value IS 114 (44.92% from 255) = 53.27%
BLUE value IS 11 (4.69% from 255) = 5.14%
R=41.59%
G=53.27%
B=5.14%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal89114110.2200.900.5574.5682.424.51
Hex5972B1605A374b5219
Octal131162132601326711312231
Binary10110011110010101110110010110101101111001011101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59720B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59720B; }

 p { color: rgb(89,114,11); }

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

<style>
 a { background-color: #59720B; }

 a { background-color: rgb(89,114,11); }

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

<style>
 span { border-color: #59720B; }

 span { border-color: rgb(89,114,11); }

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