Html Css Color HEX #708B2C Olive Drab

📋 copy color: '#708B2C'

red 112 ◦ green 139 ◦ blue 44

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

Shades of Olive Drab #708B2C

Tints of Olive Drab #708B2C

RGB

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

 GREEN value IS 139 (54.69% from 255) = 47.12%

 BLUE value IS 44 (17.58% from 255) = 14.92%

R = 37.97%
G = 47.12%
B = 14.92%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.68

 K value IS 0.45

RGB Variations

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

Color information

#708B2C (or 0x708B2C) is known color: Olive Drab. HEX triplet: 70, 8B and 2C. RGB value is (112,139,44). Sum of RGB (Red+Green+Blue) = 112+139+44=295 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.97% from 295); Green value is 139 (54.69% from 255 or 47.12% from 295); Blue value is 44 (17.58% from 255 or 14.92% from 295); Max value from RGB is 139 - color contains mainly: green. Hex color #708B2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708B2C is #8F74D3. Grayscale: #787878. Windows color (decimal): -9401556 or 2919280. OLE color: 2919280.

HSL color Cylindrical-coordinate representation of color #708B2C: hue angle of 77.05º 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 #708B2C is Cyan = 0.19, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.45.

Color convert

RGB 112 139 44 -
CMYK 0.19 0 0.68 0.45
HSL 77.05º 0.52% 0.36% -
HSV(B) 77.05º 0.68% 0.55% -
XYZ 16.37 22.09 5.78 -
YUV 120.1 85.05 122.22 -
System Red Green Blue C M Y K H S L
Decimal 112 139 44 0.19 0 0.68 0.45 77.05 0.52 0.36
Hex 70 8B 2C 13 0 44 2D 4D 34 24
Octal 160 213 54 23 0 104 55 115 64 44
Binary 1110000 10001011 101100 10011 0 1000100 101101 1001101 110100 100100

Color Harmonies of #708B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708B2C

Black with #708B2C

Text Example


Text Example

White with #708B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,139,44); }

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

background-color css

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

 a { background-color: rgb(112,139,44); }

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

border-color css

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

 span { border-color: rgb(112,139,44); }

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