Html Css Color HEX #70962D Olive Drab

📋 copy color: '#70962D'

red 112 ◦ green 150 ◦ blue 45

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

Shades of Olive Drab #70962D

Tints of Olive Drab #70962D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 48.86%

 BLUE value IS 45 (17.97% from 255) = 14.66%

R = 36.48%
G = 48.86%
B = 14.66%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.70

 K value IS 0.41

RGB Variations

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

Color information

#70962D (or 0x70962D) is known color: Olive Drab. HEX triplet: 70, 96 and 2D. RGB value is (112,150,45). Sum of RGB (Red+Green+Blue) = 112+150+45=307 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.48% from 307); Green value is 150 (58.98% from 255 or 48.86% from 307); Blue value is 45 (17.97% from 255 or 14.66% from 307); Max value from RGB is 150 - color contains mainly: green. Hex color #70962D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70962D is #8F69D2. Grayscale: #7F7F7F. Windows color (decimal): -9398739 or 2987632. OLE color: 2987632.

HSL color Cylindrical-coordinate representation of color #70962D: hue angle of 81.71º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #70962D is Cyan = 0.25, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB 112 150 45 -
CMYK 0.25 0 0.70 0.41
HSL 81.71º 0.54% 0.38% -
HSV(B) 81.71º 0.7% 0.59% -
XYZ 18.06 25.45 6.44 -
YUV 126.67 81.91 117.54 -
System Red Green Blue C M Y K H S L
Decimal 112 150 45 0.25 0 0.70 0.41 81.71 0.54 0.38
Hex 70 96 2D 19 0 46 29 52 36 26
Octal 160 226 55 31 0 106 51 122 66 46
Binary 1110000 10010110 101101 11001 0 1000110 101001 1010010 110110 100110

Color Harmonies of #70962D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70962D

Black with #70962D

Text Example


Text Example

White with #70962D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70962D; }

 p { color: rgb(112,150,45); }

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

background-color css

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

 a { background-color: rgb(112,150,45); }

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

border-color css

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

 span { border-color: rgb(112,150,45); }

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