Html Css Color HEX #70952F Olive Drab

📋 copy color: '#70952F'

red 112 ◦ green 149 ◦ blue 47

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

Shades of Olive Drab #70952F

Tints of Olive Drab #70952F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 48.38%

 BLUE value IS 47 (18.75% from 255) = 15.26%

R = 36.36%
G = 48.38%
B = 15.26%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#70952F (or 0x70952F) is known color: Olive Drab. HEX triplet: 70, 95 and 2F. RGB value is (112,149,47). Sum of RGB (Red+Green+Blue) = 112+149+47=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 149 (58.59% from 255 or 48.38% from 308); Blue value is 47 (18.75% from 255 or 15.26% from 308); Max value from RGB is 149 - color contains mainly: green. Hex color #70952F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70952F is #8F6AD0. Grayscale: #7E7E7E. Windows color (decimal): -9398993 or 3118448. OLE color: 3118448.

HSL color Cylindrical-coordinate representation of color #70952F: hue angle of 81.76º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #70952F is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 149 47 -
CMYK 0.25 0 0.68 0.42
HSL 81.76º 0.52% 0.38% -
HSV(B) 81.76º 0.68% 0.58% -
XYZ 17.94 25.14 6.6 -
YUV 126.31 83.24 117.79 -
System Red Green Blue C M Y K H S L
Decimal 112 149 47 0.25 0 0.68 0.42 81.76 0.52 0.38
Hex 70 95 2F 19 0 44 2A 52 34 26
Octal 160 225 57 31 0 104 52 122 64 46
Binary 1110000 10010101 101111 11001 0 1000100 101010 1010010 110100 100110

Color Harmonies of #70952F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70952F

Black with #70952F

Text Example


Text Example

White with #70952F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70952F; }

 p { color: rgb(112,149,47); }

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

background-color css

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

 a { background-color: rgb(112,149,47); }

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

border-color css

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

 span { border-color: rgb(112,149,47); }

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