Html Css Color HEX #708234 Olive Drab

📋 copy color: '#708234'

red 112 ◦ green 130 ◦ blue 52

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

Shades of Olive Drab #708234

Tints of Olive Drab #708234

RGB

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

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

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

R = 38.1%
G = 44.22%
B = 17.69%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#708234 (or 0x708234) is known color: Olive Drab. HEX triplet: 70, 82 and 34. RGB value is (112,130,52). Sum of RGB (Red+Green+Blue) = 112+130+52=294 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.10% from 294); Green value is 130 (51.17% from 255 or 44.22% from 294); Blue value is 52 (20.70% from 255 or 17.69% from 294); Max value from RGB is 130 - color contains mainly: green. Hex color #708234 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708234 is #8F7DCB. Grayscale: #747474. Windows color (decimal): -9403852 or 3441264. OLE color: 3441264.

HSL color Cylindrical-coordinate representation of color #708234: hue angle of 73.85º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #708234 is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 130 52 -
CMYK 0.14 0 0.60 0.49
HSL 73.85º 0.43% 0.36% -
HSV(B) 73.85º 0.6% 0.51% -
XYZ 15.28 19.66 6.24 -
YUV 115.73 92.04 125.34 -
System Red Green Blue C M Y K H S L
Decimal 112 130 52 0.14 0 0.60 0.49 73.85 0.43 0.36
Hex 70 82 34 E 0 3C 31 4A 2B 24
Octal 160 202 64 16 0 74 61 112 53 44
Binary 1110000 10000010 110100 1110 0 111100 110001 1001010 101011 100100

Color Harmonies of #708234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708234

Black with #708234

Text Example


Text Example

White with #708234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708234; }

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

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

background-color css

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

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

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

border-color css

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

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

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