Html Css Color HEX #59700C Fiji Green

📋 copy color: '#59700C'

red 89 ◦ green 112 ◦ blue 12

#59700C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fiji Green #59700C

Tints of Fiji Green #59700C

RGB

 RED value IS 89 (35.16% from 255) = 41.78%

 GREEN value IS 112 (44.14% from 255) = 52.58%

 BLUE value IS 12 (5.08% from 255) = 5.63%

R = 41.78%
G = 52.58%
B = 5.63%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#59700C (or 0x59700C) is known color: Fiji Green. HEX triplet: 59, 70 and 0C. RGB value is (89,112,12). Sum of RGB (Red+Green+Blue) = 89+112+12=213 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.78% from 213); Green value is 112 (44.14% from 255 or 52.58% from 213); Blue value is 12 (5.08% from 255 or 5.63% from 213); Max value from RGB is 112 - color contains mainly: green. Hex color #59700C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #59700C is #A68FF3. Grayscale: #5E5E5E. Windows color (decimal): -10915828 or 815193. OLE color: 815193.

HSL color Cylindrical-coordinate representation of color #59700C: hue angle of 73.8º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #59700C is Cyan = 0.21, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB 89 112 12 -
CMYK 0.21 0 0.89 0.56
HSL 73.8º 0.81% 0.24% -
HSV(B) 73.8º 0.89% 0.44% -
XYZ 9.98 13.74 2.47 -
YUV 93.72 81.88 124.63 -
System Red Green Blue C M Y K H S L
Decimal 89 112 12 0.21 0 0.89 0.56 73.8 0.81 0.24
Hex 59 70 C 15 0 59 38 4A 51 18
Octal 131 160 14 25 0 131 70 112 121 30
Binary 1011001 1110000 1100 10101 0 1011001 111000 1001010 1010001 11000

Color Harmonies of #59700C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59700C

Black with #59700C

Text Example


Text Example

White with #59700C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59700C; }

 p { color: rgb(89,112,12); }

 H1.HeaderClassName
 {
   color: #59700C;
 }
 .AnyTagClassName
 {
   color: #59700C;
 }
</style>

background-color css

<style>
 a { background-color: #59700C; }

 a { background-color: rgb(89,112,12); }

 div.DivClassName
 {
   background-color: #59700C;
 }
 .BgClassName
 {
   background-color: #59700C;
 }
</style>

border-color css

<style>
 span { border-color: #59700C; }

 span { border-color: rgb(89,112,12); }

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