Html Css Color HEX #70893A Olive Drab

📋 copy color: '#70893A'

red 112 ◦ green 137 ◦ blue 58

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

Shades of Olive Drab #70893A

Tints of Olive Drab #70893A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.89%

R = 36.48%
G = 44.63%
B = 18.89%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.58

 K value IS 0.46

RGB Variations

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

Color information

#70893A (or 0x70893A) is known color: Olive Drab. HEX triplet: 70, 89 and 3A. RGB value is (112,137,58). Sum of RGB (Red+Green+Blue) = 112+137+58=307 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.48% from 307); Green value is 137 (53.91% from 255 or 44.63% from 307); Blue value is 58 (23.05% from 255 or 18.89% from 307); Max value from RGB is 137 - color contains mainly: green. Hex color #70893A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70893A is #8F76C5. Grayscale: #787878. Windows color (decimal): -9402054 or 3836272. OLE color: 3836272.

HSL color Cylindrical-coordinate representation of color #70893A: hue angle of 78.99º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #70893A is Cyan = 0.18, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.46.

Color convert

RGB 112 137 58 -
CMYK 0.18 0 0.58 0.46
HSL 78.99º 0.41% 0.38% -
HSV(B) 78.99º 0.58% 0.54% -
XYZ 16.39 21.64 7.32 -
YUV 120.52 92.72 121.92 -
System Red Green Blue C M Y K H S L
Decimal 112 137 58 0.18 0 0.58 0.46 78.99 0.41 0.38
Hex 70 89 3A 12 0 3A 2E 4F 29 26
Octal 160 211 72 22 0 72 56 117 51 46
Binary 1110000 10001001 111010 10010 0 111010 101110 1001111 101001 100110

Color Harmonies of #70893A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70893A

Black with #70893A

Text Example


Text Example

White with #70893A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70893A; }

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

 H1.HeaderClassName
 {
   color: #70893A;
 }
 .AnyTagClassName
 {
   color: #70893A;
 }
</style>

background-color css

<style>
 a { background-color: #70893A; }

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

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

border-color css

<style>
 span { border-color: #70893A; }

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

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