Html Css Color HEX #708813 Olive Drab

📋 copy color: '#708813'

red 112 ◦ green 136 ◦ blue 19

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

Shades of Olive Drab #708813

Tints of Olive Drab #708813

RGB

 RED value IS 112 (44.14% from 255) = 41.95%

 GREEN value IS 136 (53.52% from 255) = 50.94%

 BLUE value IS 19 (7.81% from 255) = 7.12%

R = 41.95%
G = 50.94%
B = 7.12%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.86

 K value IS 0.47

RGB Variations

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

Color information

#708813 (or 0x708813) is known color: Olive Drab. HEX triplet: 70, 88 and 13. RGB value is (112,136,19). Sum of RGB (Red+Green+Blue) = 112+136+19=267 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.95% from 267); Green value is 136 (53.52% from 255 or 50.94% from 267); Blue value is 19 (7.81% from 255 or 7.12% from 267); Max value from RGB is 136 - color contains mainly: green. Hex color #708813 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708813 is #8F77EC. Grayscale: #737373. Windows color (decimal): -9402349 or 1280112. OLE color: 1280112.

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

Color convert

RGB 112 136 19 -
CMYK 0.18 0 0.86 0.47
HSL 72.31º 0.75% 0.3% -
HSV(B) 72.31º 0.86% 0.53% -
XYZ 15.6 21.1 3.87 -
YUV 115.49 73.55 125.51 -
System Red Green Blue C M Y K H S L
Decimal 112 136 19 0.18 0 0.86 0.47 72.31 0.75 0.3
Hex 70 88 13 12 0 56 2F 48 4B 1E
Octal 160 210 23 22 0 126 57 110 113 36
Binary 1110000 10001000 10011 10010 0 1010110 101111 1001000 1001011 11110

Color Harmonies of #708813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708813

Black with #708813

Text Example


Text Example

White with #708813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708813; }

 p { color: rgb(112,136,19); }

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

background-color css

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

 a { background-color: rgb(112,136,19); }

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

border-color css

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

 span { border-color: rgb(112,136,19); }

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