Html Css Color HEX #708137 Olive Drab

📋 copy color: '#708137'

red 112 ◦ green 129 ◦ blue 55

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

Shades of Olive Drab #708137

Tints of Olive Drab #708137

RGB

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

 GREEN value IS 129 (50.78% from 255) = 43.58%

 BLUE value IS 55 (21.88% from 255) = 18.58%

R = 37.84%
G = 43.58%
B = 18.58%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#708137 (or 0x708137) is known color: Olive Drab. HEX triplet: 70, 81 and 37. RGB value is (112,129,55). Sum of RGB (Red+Green+Blue) = 112+129+55=296 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.84% from 296); Green value is 129 (50.78% from 255 or 43.58% from 296); Blue value is 55 (21.88% from 255 or 18.58% from 296); Max value from RGB is 129 - color contains mainly: green. Hex color #708137 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708137 is #8F7EC8. Grayscale: #737373. Windows color (decimal): -9404105 or 3637616. OLE color: 3637616.

HSL color Cylindrical-coordinate representation of color #708137: hue angle of 73.78º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #708137 is Cyan = 0.13, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 129 55 -
CMYK 0.13 0 0.57 0.49
HSL 73.78º 0.4% 0.36% -
HSV(B) 73.78º 0.57% 0.51% -
XYZ 15.22 19.42 6.56 -
YUV 115.48 93.87 125.52 -
System Red Green Blue C M Y K H S L
Decimal 112 129 55 0.13 0 0.57 0.49 73.78 0.4 0.36
Hex 70 81 37 D 0 39 31 4A 28 24
Octal 160 201 67 15 0 71 61 112 50 44
Binary 1110000 10000001 110111 1101 0 111001 110001 1001010 101000 100100

Color Harmonies of #708137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708137

Black with #708137

Text Example


Text Example

White with #708137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708137; }

 p { color: rgb(112,129,55); }

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

background-color css

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

 a { background-color: rgb(112,129,55); }

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

border-color css

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

 span { border-color: rgb(112,129,55); }

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