Html Css Color HEX #708225 Olive Drab

📋 copy color: '#708225'

red 112 ◦ green 130 ◦ blue 37

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

Shades of Olive Drab #708225

Tints of Olive Drab #708225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.26%

R = 40.14%
G = 46.59%
B = 13.26%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#708225 (or 0x708225) is known color: Olive Drab. HEX triplet: 70, 82 and 25. RGB value is (112,130,37). Sum of RGB (Red+Green+Blue) = 112+130+37=279 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.14% from 279); Green value is 130 (51.17% from 255 or 46.59% from 279); Blue value is 37 (14.84% from 255 or 13.26% from 279); Max value from RGB is 130 - color contains mainly: green. Hex color #708225 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708225 is #8F7DDA. Grayscale: #727272. Windows color (decimal): -9403867 or 2458224. OLE color: 2458224.

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

Color convert

RGB 112 130 37 -
CMYK 0.14 0 0.72 0.49
HSL 71.61º 0.56% 0.33% -
HSV(B) 71.61º 0.72% 0.51% -
XYZ 15 19.54 4.73 -
YUV 114.02 84.54 126.56 -
System Red Green Blue C M Y K H S L
Decimal 112 130 37 0.14 0 0.72 0.49 71.61 0.56 0.33
Hex 70 82 25 E 0 48 31 48 38 21
Octal 160 202 45 16 0 110 61 110 70 41
Binary 1110000 10000010 100101 1110 0 1001000 110001 1001000 111000 100001

Color Harmonies of #708225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708225

Black with #708225

Text Example


Text Example

White with #708225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708225; }

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

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

background-color css

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

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

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

border-color css

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

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

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