Html Css Color HEX #708D2B Olive Drab

📋 copy color: '#708D2B'

red 112 ◦ green 141 ◦ blue 43

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

Shades of Olive Drab #708D2B

Tints of Olive Drab #708D2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.53%

R = 37.84%
G = 47.64%
B = 14.53%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.70

 K value IS 0.45

RGB Variations

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

Color information

#708D2B (or 0x708D2B) is known color: Olive Drab. HEX triplet: 70, 8D and 2B. RGB value is (112,141,43). Sum of RGB (Red+Green+Blue) = 112+141+43=296 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.84% from 296); Green value is 141 (55.47% from 255 or 47.64% from 296); Blue value is 43 (17.19% from 255 or 14.53% from 296); Max value from RGB is 141 - color contains mainly: green. Hex color #708D2B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708D2B is #8F72D4. Grayscale: #797979. Windows color (decimal): -9401045 or 2854256. OLE color: 2854256.

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

Color convert

RGB 112 141 43 -
CMYK 0.21 0 0.70 0.45
HSL 77.76º 0.53% 0.36% -
HSV(B) 77.76º 0.7% 0.55% -
XYZ 16.64 22.67 5.78 -
YUV 121.16 83.89 121.47 -
System Red Green Blue C M Y K H S L
Decimal 112 141 43 0.21 0 0.70 0.45 77.76 0.53 0.36
Hex 70 8D 2B 15 0 46 2D 4E 35 24
Octal 160 215 53 25 0 106 55 116 65 44
Binary 1110000 10001101 101011 10101 0 1000110 101101 1001110 110101 100100

Color Harmonies of #708D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708D2B

Black with #708D2B

Text Example


Text Example

White with #708D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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