Html Css Color HEX #70890D Olive Drab

📋 copy color: '#70890D'

red 112 ◦ green 137 ◦ blue 13

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

Shades of Olive Drab #70890D

Tints of Olive Drab #70890D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.96%

R = 42.75%
G = 52.29%
B = 4.96%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.91

 K value IS 0.46

RGB Variations

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

Color information

#70890D (or 0x70890D) is known color: Olive Drab. HEX triplet: 70, 89 and 0D. RGB value is (112,137,13). Sum of RGB (Red+Green+Blue) = 112+137+13=262 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.75% from 262); Green value is 137 (53.91% from 255 or 52.29% from 262); Blue value is 13 (5.47% from 255 or 4.96% from 262); Max value from RGB is 137 - color contains mainly: green. Hex color #70890D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70890D is #8F76F2. Grayscale: #737373. Windows color (decimal): -9402099 or 887152. OLE color: 887152.

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

Color convert

RGB 112 137 13 -
CMYK 0.18 0 0.91 0.46
HSL 72.1º 0.83% 0.29% -
HSV(B) 72.1º 0.91% 0.54% -
XYZ 15.7 21.37 3.68 -
YUV 115.39 70.22 125.58 -
System Red Green Blue C M Y K H S L
Decimal 112 137 13 0.18 0 0.91 0.46 72.1 0.83 0.29
Hex 70 89 D 12 0 5B 2E 48 53 1D
Octal 160 211 15 22 0 133 56 110 123 35
Binary 1110000 10001001 1101 10010 0 1011011 101110 1001000 1010011 11101

Color Harmonies of #70890D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70890D

Black with #70890D

Text Example


Text Example

White with #70890D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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