Html Css Color HEX #59840C Olive Drab

📋 copy color: '#59840C'

red 89 ◦ green 132 ◦ blue 12

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

Shades of Olive Drab #59840C

Tints of Olive Drab #59840C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 56.65%

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

R = 38.2%
G = 56.65%
B = 5.15%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.91

 K value IS 0.48

RGB Variations

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

Color information

#59840C (or 0x59840C) is known color: Olive Drab. HEX triplet: 59, 84 and 0C. RGB value is (89,132,12). Sum of RGB (Red+Green+Blue) = 89+132+12=233 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.20% from 233); Green value is 132 (51.95% from 255 or 56.65% from 233); Blue value is 12 (5.08% from 255 or 5.15% from 233); Max value from RGB is 132 - color contains mainly: green. Hex color #59840C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #59840C is #A67BF3. Grayscale: #696969. Windows color (decimal): -10910708 or 820313. OLE color: 820313.

HSL color Cylindrical-coordinate representation of color #59840C: hue angle of 81.5º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #59840C is Cyan = 0.33, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.48.

Color convert

RGB 89 132 12 -
CMYK 0.33 0 0.91 0.48
HSL 81.5º 0.83% 0.28% -
HSV(B) 81.5º 0.91% 0.52% -
XYZ 12.44 18.65 3.29 -
YUV 105.46 75.25 116.26 -
System Red Green Blue C M Y K H S L
Decimal 89 132 12 0.33 0 0.91 0.48 81.5 0.83 0.28
Hex 59 84 C 21 0 5B 30 52 53 1C
Octal 131 204 14 41 0 133 60 122 123 34
Binary 1011001 10000100 1100 100001 0 1011011 110000 1010010 1010011 11100

Color Harmonies of #59840C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59840C

Black with #59840C

Text Example


Text Example

White with #59840C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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