Html Css Color HEX #70952B Olive Drab

📋 copy color: '#70952B'

red 112 ◦ green 149 ◦ blue 43

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

Shades of Olive Drab #70952B

Tints of Olive Drab #70952B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.14%

R = 36.84%
G = 49.01%
B = 14.14%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.71

 K value IS 0.42

RGB Variations

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

Color information

#70952B (or 0x70952B) is known color: Olive Drab. HEX triplet: 70, 95 and 2B. RGB value is (112,149,43). Sum of RGB (Red+Green+Blue) = 112+149+43=304 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.84% from 304); Green value is 149 (58.59% from 255 or 49.01% from 304); Blue value is 43 (17.19% from 255 or 14.14% from 304); Max value from RGB is 149 - color contains mainly: green. Hex color #70952B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70952B is #8F6AD4. Grayscale: #7E7E7E. Windows color (decimal): -9398997 or 2856304. OLE color: 2856304.

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

Color convert

RGB 112 149 43 -
CMYK 0.25 0 0.71 0.42
HSL 80.94º 0.55% 0.38% -
HSV(B) 80.94º 0.71% 0.58% -
XYZ 17.87 25.11 6.19 -
YUV 125.85 81.24 118.12 -
System Red Green Blue C M Y K H S L
Decimal 112 149 43 0.25 0 0.71 0.42 80.94 0.55 0.38
Hex 70 95 2B 19 0 47 2A 51 37 26
Octal 160 225 53 31 0 107 52 121 67 46
Binary 1110000 10010101 101011 11001 0 1000111 101010 1010001 110111 100110

Color Harmonies of #70952B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70952B

Black with #70952B

Text Example


Text Example

White with #70952B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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