Html Css Color HEX #708228 Olive Drab

📋 copy color: '#708228'

red 112 ◦ green 130 ◦ blue 40

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

Shades of Olive Drab #708228

Tints of Olive Drab #708228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.18%

R = 39.72%
G = 46.1%
B = 14.18%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#708228 (or 0x708228) is known color: Olive Drab. HEX triplet: 70, 82 and 28. RGB value is (112,130,40). Sum of RGB (Red+Green+Blue) = 112+130+40=282 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.72% from 282); Green value is 130 (51.17% from 255 or 46.10% from 282); Blue value is 40 (16.02% from 255 or 14.18% from 282); Max value from RGB is 130 - color contains mainly: green. Hex color #708228 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708228 is #8F7DD7. Grayscale: #727272. Windows color (decimal): -9403864 or 2654832. OLE color: 2654832.

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

Color convert

RGB 112 130 40 -
CMYK 0.14 0 0.69 0.49
HSL 72º 0.53% 0.33% -
HSV(B) 72º 0.69% 0.51% -
XYZ 15.05 19.56 4.99 -
YUV 114.36 86.04 126.32 -
System Red Green Blue C M Y K H S L
Decimal 112 130 40 0.14 0 0.69 0.49 72 0.53 0.33
Hex 70 82 28 E 0 45 31 48 35 21
Octal 160 202 50 16 0 105 61 110 65 41
Binary 1110000 10000010 101000 1110 0 1000101 110001 1001000 110101 100001

Color Harmonies of #708228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708228

Black with #708228

Text Example


Text Example

White with #708228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708228; }

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

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

background-color css

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

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

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

border-color css

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

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

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