Html Css Color HEX #70920D Olive Drab

📋 copy color: '#70920D'

red 112 ◦ green 146 ◦ blue 13

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

Shades of Olive Drab #70920D

Tints of Olive Drab #70920D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 53.87%

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

R = 41.33%
G = 53.87%
B = 4.8%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.91

 K value IS 0.43

RGB Variations

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

Color information

#70920D (or 0x70920D) is known color: Olive Drab. HEX triplet: 70, 92 and 0D. RGB value is (112,146,13). Sum of RGB (Red+Green+Blue) = 112+146+13=271 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.33% from 271); Green value is 146 (57.42% from 255 or 53.87% from 271); Blue value is 13 (5.47% from 255 or 4.80% from 271); Max value from RGB is 146 - color contains mainly: green. Hex color #70920D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70920D is #8F6DF2. Grayscale: #797979. Windows color (decimal): -9399795 or 889456. OLE color: 889456.

HSL color Cylindrical-coordinate representation of color #70920D: hue angle of 75.34º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #70920D is Cyan = 0.23, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.43.

Color convert

RGB 112 146 13 -
CMYK 0.23 0 0.91 0.43
HSL 75.34º 0.84% 0.31% -
HSV(B) 75.34º 0.91% 0.57% -
XYZ 17.03 24.03 4.12 -
YUV 120.67 67.24 121.81 -
System Red Green Blue C M Y K H S L
Decimal 112 146 13 0.23 0 0.91 0.43 75.34 0.84 0.31
Hex 70 92 D 17 0 5B 2B 4B 54 1F
Octal 160 222 15 27 0 133 53 113 124 37
Binary 1110000 10010010 1101 10111 0 1011011 101011 1001011 1010100 11111

Color Harmonies of #70920D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70920D

Black with #70920D

Text Example


Text Example

White with #70920D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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