Html Css Color HEX #708229 Olive Drab

📋 copy color: '#708229'

red 112 ◦ green 130 ◦ blue 41

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

Shades of Olive Drab #708229

Tints of Olive Drab #708229

RGB

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

 GREEN value IS 130 (51.17% from 255) = 45.94%

 BLUE value IS 41 (16.41% from 255) = 14.49%

R = 39.58%
G = 45.94%
B = 14.49%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#708229 (or 0x708229) is known color: Olive Drab. HEX triplet: 70, 82 and 29. RGB value is (112,130,41). Sum of RGB (Red+Green+Blue) = 112+130+41=283 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.58% from 283); Green value is 130 (51.17% from 255 or 45.94% from 283); Blue value is 41 (16.41% from 255 or 14.49% from 283); Max value from RGB is 130 - color contains mainly: green. Hex color #708229 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708229 is #8F7DD6. Grayscale: #727272. Windows color (decimal): -9403863 or 2720368. OLE color: 2720368.

HSL color Cylindrical-coordinate representation of color #708229: hue angle of 72.13º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #708229 is Cyan = 0.14, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 130 41 -
CMYK 0.14 0 0.68 0.49
HSL 72.13º 0.52% 0.34% -
HSV(B) 72.13º 0.68% 0.51% -
XYZ 15.06 19.57 5.08 -
YUV 114.47 86.54 126.24 -
System Red Green Blue C M Y K H S L
Decimal 112 130 41 0.14 0 0.68 0.49 72.13 0.52 0.34
Hex 70 82 29 E 0 44 31 48 34 22
Octal 160 202 51 16 0 104 61 110 64 42
Binary 1110000 10000010 101001 1110 0 1000100 110001 1001000 110100 100010

Color Harmonies of #708229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708229

Black with #708229

Text Example


Text Example

White with #708229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708229; }

 p { color: rgb(112,130,41); }

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

background-color css

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

 a { background-color: rgb(112,130,41); }

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

border-color css

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

 span { border-color: rgb(112,130,41); }

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