Html Css Color HEX #708D2D Olive Drab

📋 copy color: '#708D2D'

red 112 ◦ green 141 ◦ blue 45

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

Shades of Olive Drab #708D2D

Tints of Olive Drab #708D2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.1%

R = 37.58%
G = 47.32%
B = 15.1%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.68

 K value IS 0.45

RGB Variations

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

Color information

#708D2D (or 0x708D2D) is known color: Olive Drab. HEX triplet: 70, 8D and 2D. RGB value is (112,141,45). Sum of RGB (Red+Green+Blue) = 112+141+45=298 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.58% from 298); Green value is 141 (55.47% from 255 or 47.32% from 298); Blue value is 45 (17.97% from 255 or 15.10% from 298); Max value from RGB is 141 - color contains mainly: green. Hex color #708D2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708D2D is #8F72D2. Grayscale: #797979. Windows color (decimal): -9401043 or 2985328. OLE color: 2985328.

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

Color convert

RGB 112 141 45 -
CMYK 0.21 0 0.68 0.45
HSL 78.12º 0.52% 0.36% -
HSV(B) 78.12º 0.68% 0.55% -
XYZ 16.68 22.68 5.98 -
YUV 121.39 84.89 121.31 -
System Red Green Blue C M Y K H S L
Decimal 112 141 45 0.21 0 0.68 0.45 78.12 0.52 0.36
Hex 70 8D 2D 15 0 44 2D 4E 34 24
Octal 160 215 55 25 0 104 55 116 64 44
Binary 1110000 10001101 101101 10101 0 1000100 101101 1001110 110100 100100

Color Harmonies of #708D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708D2D

Black with #708D2D

Text Example


Text Example

White with #708D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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