Html Css Color HEX #708D37 Olive Drab

📋 copy color: '#708D37'

red 112 ◦ green 141 ◦ blue 55

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

Shades of Olive Drab #708D37

Tints of Olive Drab #708D37

RGB

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

 GREEN value IS 141 (55.47% from 255) = 45.78%

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

R = 36.36%
G = 45.78%
B = 17.86%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.61

 K value IS 0.45

RGB Variations

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

Color information

#708D37 (or 0x708D37) is known color: Olive Drab. HEX triplet: 70, 8D and 37. RGB value is (112,141,55). Sum of RGB (Red+Green+Blue) = 112+141+55=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 141 (55.47% from 255 or 45.78% from 308); Blue value is 55 (21.88% from 255 or 17.86% from 308); Max value from RGB is 141 - color contains mainly: green. Hex color #708D37 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708D37 is #8F72C8. Grayscale: #7A7A7A. Windows color (decimal): -9401033 or 3640688. OLE color: 3640688.

HSL color Cylindrical-coordinate representation of color #708D37: hue angle of 80.23º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #708D37 is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.45.

Color convert

RGB 112 141 55 -
CMYK 0.21 0 0.61 0.45
HSL 80.23º 0.44% 0.38% -
HSV(B) 80.23º 0.61% 0.55% -
XYZ 16.9 22.77 7.12 -
YUV 122.53 89.89 120.49 -
System Red Green Blue C M Y K H S L
Decimal 112 141 55 0.21 0 0.61 0.45 80.23 0.44 0.38
Hex 70 8D 37 15 0 3D 2D 50 2C 26
Octal 160 215 67 25 0 75 55 120 54 46
Binary 1110000 10001101 110111 10101 0 111101 101101 1010000 101100 100110

Color Harmonies of #708D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708D37

Black with #708D37

Text Example


Text Example

White with #708D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708D37; }

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

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

background-color css

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

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

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

border-color css

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

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

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