Html Css Color HEX #70893B Olive Drab

📋 copy color: '#70893B'

red 112 ◦ green 137 ◦ blue 59

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

Shades of Olive Drab #70893B

Tints of Olive Drab #70893B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 19.16%

R = 36.36%
G = 44.48%
B = 19.16%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.57

 K value IS 0.46

RGB Variations

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

Color information

#70893B (or 0x70893B) is known color: Olive Drab. HEX triplet: 70, 89 and 3B. RGB value is (112,137,59). Sum of RGB (Red+Green+Blue) = 112+137+59=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 137 (53.91% from 255 or 44.48% from 308); Blue value is 59 (23.44% from 255 or 19.16% from 308); Max value from RGB is 137 - color contains mainly: green. Hex color #70893B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70893B is #8F76C4. Grayscale: #787878. Windows color (decimal): -9402053 or 3901808. OLE color: 3901808.

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

Color convert

RGB 112 137 59 -
CMYK 0.18 0 0.57 0.46
HSL 79.23º 0.4% 0.38% -
HSV(B) 79.23º 0.57% 0.54% -
XYZ 16.42 21.65 7.45 -
YUV 120.63 93.22 121.84 -
System Red Green Blue C M Y K H S L
Decimal 112 137 59 0.18 0 0.57 0.46 79.23 0.4 0.38
Hex 70 89 3B 12 0 39 2E 4F 28 26
Octal 160 211 73 22 0 71 56 117 50 46
Binary 1110000 10001001 111011 10010 0 111001 101110 1001111 101000 100110

Color Harmonies of #70893B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70893B

Black with #70893B

Text Example


Text Example

White with #70893B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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