Html Css Color HEX #708C22 Olive Drab

📋 copy color: '#708C22'

red 112 ◦ green 140 ◦ blue 34

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

Shades of Olive Drab #708C22

Tints of Olive Drab #708C22

RGB

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

 GREEN value IS 140 (55.08% from 255) = 48.95%

 BLUE value IS 34 (13.67% from 255) = 11.89%

R = 39.16%
G = 48.95%
B = 11.89%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.76

 K value IS 0.45

RGB Variations

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

Color information

#708C22 (or 0x708C22) is known color: Olive Drab. HEX triplet: 70, 8C and 22. RGB value is (112,140,34). Sum of RGB (Red+Green+Blue) = 112+140+34=286 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.16% from 286); Green value is 140 (55.08% from 255 or 48.95% from 286); Blue value is 34 (13.67% from 255 or 11.89% from 286); Max value from RGB is 140 - color contains mainly: green. Hex color #708C22 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708C22 is #8F73DD. Grayscale: #777777. Windows color (decimal): -9401310 or 2264176. OLE color: 2264176.

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

Color convert

RGB 112 140 34 -
CMYK 0.20 0 0.76 0.45
HSL 75.85º 0.61% 0.34% -
HSV(B) 75.85º 0.76% 0.55% -
XYZ 16.35 22.32 4.96 -
YUV 119.54 79.72 122.62 -
System Red Green Blue C M Y K H S L
Decimal 112 140 34 0.20 0 0.76 0.45 75.85 0.61 0.34
Hex 70 8C 22 14 0 4C 2D 4C 3D 22
Octal 160 214 42 24 0 114 55 114 75 42
Binary 1110000 10001100 100010 10100 0 1001100 101101 1001100 111101 100010

Color Harmonies of #708C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708C22

Black with #708C22

Text Example


Text Example

White with #708C22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,140,34); }

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

background-color css

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

 a { background-color: rgb(112,140,34); }

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

border-color css

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

 span { border-color: rgb(112,140,34); }

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