Html Css Color HEX #70892B Olive Drab

📋 copy color: '#70892B'

red 112 ◦ green 137 ◦ blue 43

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

Shades of Olive Drab #70892B

Tints of Olive Drab #70892B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 46.92%

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

R = 38.36%
G = 46.92%
B = 14.73%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.69

 K value IS 0.46

RGB Variations

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

Color information

#70892B (or 0x70892B) is known color: Olive Drab. HEX triplet: 70, 89 and 2B. RGB value is (112,137,43). Sum of RGB (Red+Green+Blue) = 112+137+43=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 137 (53.91% from 255 or 46.92% from 292); Blue value is 43 (17.19% from 255 or 14.73% from 292); Max value from RGB is 137 - color contains mainly: green. Hex color #70892B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70892B is #8F76D4. Grayscale: #777777. Windows color (decimal): -9402069 or 2853232. OLE color: 2853232.

HSL color Cylindrical-coordinate representation of color #70892B: hue angle of 75.96º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #70892B is Cyan = 0.18, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.46.

Color convert

RGB 112 137 43 -
CMYK 0.18 0 0.69 0.46
HSL 75.96º 0.52% 0.35% -
HSV(B) 75.96º 0.69% 0.54% -
XYZ 16.06 21.51 5.59 -
YUV 118.81 85.22 123.14 -
System Red Green Blue C M Y K H S L
Decimal 112 137 43 0.18 0 0.69 0.46 75.96 0.52 0.35
Hex 70 89 2B 12 0 45 2E 4C 34 23
Octal 160 211 53 22 0 105 56 114 64 43
Binary 1110000 10001001 101011 10010 0 1000101 101110 1001100 110100 100011

Color Harmonies of #70892B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70892B

Black with #70892B

Text Example


Text Example

White with #70892B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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