Html Css Color HEX #70890F Olive Drab

📋 copy color: '#70890F'

red 112 ◦ green 137 ◦ blue 15

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

Shades of Olive Drab #70890F

Tints of Olive Drab #70890F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.68%

R = 42.42%
G = 51.89%
B = 5.68%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.89

 K value IS 0.46

RGB Variations

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

Color information

#70890F (or 0x70890F) is known color: Olive Drab. HEX triplet: 70, 89 and 0F. RGB value is (112,137,15). Sum of RGB (Red+Green+Blue) = 112+137+15=264 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.42% from 264); Green value is 137 (53.91% from 255 or 51.89% from 264); Blue value is 15 (6.25% from 255 or 5.68% from 264); Max value from RGB is 137 - color contains mainly: green. Hex color #70890F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70890F is #8F76F0. Grayscale: #747474. Windows color (decimal): -9402097 or 1018224. OLE color: 1018224.

HSL color Cylindrical-coordinate representation of color #70890F: hue angle of 72.3º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #70890F is Cyan = 0.18, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.46.

Color convert

RGB 112 137 15 -
CMYK 0.18 0 0.89 0.46
HSL 72.3º 0.8% 0.3% -
HSV(B) 72.3º 0.89% 0.54% -
XYZ 15.71 21.37 3.75 -
YUV 115.62 71.22 125.42 -
System Red Green Blue C M Y K H S L
Decimal 112 137 15 0.18 0 0.89 0.46 72.3 0.8 0.3
Hex 70 89 F 12 0 59 2E 48 50 1E
Octal 160 211 17 22 0 131 56 110 120 36
Binary 1110000 10001001 1111 10010 0 1011001 101110 1001000 1010000 11110

Color Harmonies of #70890F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70890F

Black with #70890F

Text Example


Text Example

White with #70890F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70890F; }

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

 H1.HeaderClassName
 {
   color: #70890F;
 }
 .AnyTagClassName
 {
   color: #70890F;
 }
</style>

background-color css

<style>
 a { background-color: #70890F; }

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

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

border-color css

<style>
 span { border-color: #70890F; }

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

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