Html Css Color HEX #70942E Olive Drab

📋 copy color: '#70942E'

red 112 ◦ green 148 ◦ blue 46

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

Shades of Olive Drab #70942E

Tints of Olive Drab #70942E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 48.37%

 BLUE value IS 46 (18.36% from 255) = 15.03%

R = 36.6%
G = 48.37%
B = 15.03%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.69

 K value IS 0.42

RGB Variations

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

Color information

#70942E (or 0x70942E) is known color: Olive Drab. HEX triplet: 70, 94 and 2E. RGB value is (112,148,46). Sum of RGB (Red+Green+Blue) = 112+148+46=306 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.60% from 306); Green value is 148 (58.20% from 255 or 48.37% from 306); Blue value is 46 (18.36% from 255 or 15.03% from 306); Max value from RGB is 148 - color contains mainly: green. Hex color #70942E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70942E is #8F6BD1. Grayscale: #7D7D7D. Windows color (decimal): -9399250 or 3052656. OLE color: 3052656.

HSL color Cylindrical-coordinate representation of color #70942E: hue angle of 81.18º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #70942E is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 148 46 -
CMYK 0.24 0 0.69 0.42
HSL 81.18º 0.53% 0.38% -
HSV(B) 81.18º 0.69% 0.58% -
XYZ 17.77 24.82 6.44 -
YUV 125.61 83.07 118.29 -
System Red Green Blue C M Y K H S L
Decimal 112 148 46 0.24 0 0.69 0.42 81.18 0.53 0.38
Hex 70 94 2E 18 0 45 2A 51 35 26
Octal 160 224 56 30 0 105 52 121 65 46
Binary 1110000 10010100 101110 11000 0 1000101 101010 1010001 110101 100110

Color Harmonies of #70942E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70942E

Black with #70942E

Text Example


Text Example

White with #70942E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70942E; }

 p { color: rgb(112,148,46); }

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

background-color css

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

 a { background-color: rgb(112,148,46); }

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

border-color css

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

 span { border-color: rgb(112,148,46); }

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