Html Css Color HEX #708227 Olive Drab

📋 copy color: '#708227'

red 112 ◦ green 130 ◦ blue 39

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

Shades of Olive Drab #708227

Tints of Olive Drab #708227

RGB

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

 GREEN value IS 130 (51.17% from 255) = 46.26%

 BLUE value IS 39 (15.63% from 255) = 13.88%

R = 39.86%
G = 46.26%
B = 13.88%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.70

 K value IS 0.49

RGB Variations

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

Color information

#708227 (or 0x708227) is known color: Olive Drab. HEX triplet: 70, 82 and 27. RGB value is (112,130,39). Sum of RGB (Red+Green+Blue) = 112+130+39=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 130 (51.17% from 255 or 46.26% from 281); Blue value is 39 (15.62% from 255 or 13.88% from 281); Max value from RGB is 130 - color contains mainly: green. Hex color #708227 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708227 is #8F7DD8. Grayscale: #727272. Windows color (decimal): -9403865 or 2589296. OLE color: 2589296.

HSL color Cylindrical-coordinate representation of color #708227: hue angle of 71.87º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #708227 is Cyan = 0.14, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 130 39 -
CMYK 0.14 0 0.70 0.49
HSL 71.87º 0.54% 0.33% -
HSV(B) 71.87º 0.7% 0.51% -
XYZ 15.03 19.56 4.9 -
YUV 114.24 85.54 126.4 -
System Red Green Blue C M Y K H S L
Decimal 112 130 39 0.14 0 0.70 0.49 71.87 0.54 0.33
Hex 70 82 27 E 0 46 31 48 36 21
Octal 160 202 47 16 0 106 61 110 66 41
Binary 1110000 10000010 100111 1110 0 1000110 110001 1001000 110110 100001

Color Harmonies of #708227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708227

Black with #708227

Text Example


Text Example

White with #708227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708227; }

 p { color: rgb(112,130,39); }

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

background-color css

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

 a { background-color: rgb(112,130,39); }

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

border-color css

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

 span { border-color: rgb(112,130,39); }

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