Html Css Color HEX #708434 Olive Drab

📋 copy color: '#708434'

red 112 ◦ green 132 ◦ blue 52

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

Shades of Olive Drab #708434

Tints of Olive Drab #708434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.57%

R = 37.84%
G = 44.59%
B = 17.57%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#708434 (or 0x708434) is known color: Olive Drab. HEX triplet: 70, 84 and 34. RGB value is (112,132,52). Sum of RGB (Red+Green+Blue) = 112+132+52=296 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.84% from 296); Green value is 132 (51.95% from 255 or 44.59% from 296); Blue value is 52 (20.70% from 255 or 17.57% from 296); Max value from RGB is 132 - color contains mainly: green. Hex color #708434 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708434 is #8F7BCB. Grayscale: #757575. Windows color (decimal): -9403340 or 3441776. OLE color: 3441776.

HSL color Cylindrical-coordinate representation of color #708434: hue angle of 75º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #708434 is Cyan = 0.15, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.48.

Color convert

RGB 112 132 52 -
CMYK 0.15 0 0.61 0.48
HSL 75º 0.43% 0.36% -
HSV(B) 75º 0.61% 0.52% -
XYZ 15.55 20.2 6.33 -
YUV 116.9 91.37 124.5 -
System Red Green Blue C M Y K H S L
Decimal 112 132 52 0.15 0 0.61 0.48 75 0.43 0.36
Hex 70 84 34 F 0 3D 30 4B 2B 24
Octal 160 204 64 17 0 75 60 113 53 44
Binary 1110000 10000100 110100 1111 0 111101 110000 1001011 101011 100100

Color Harmonies of #708434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708434

Black with #708434

Text Example


Text Example

White with #708434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708434; }

 p { color: rgb(112,132,52); }

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

background-color css

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

 a { background-color: rgb(112,132,52); }

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

border-color css

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

 span { border-color: rgb(112,132,52); }

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