Html Css Color HEX #70920B Olive Drab

📋 copy color: '#70920B'

red 112 ◦ green 146 ◦ blue 11

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

Shades of Olive Drab #70920B

Tints of Olive Drab #70920B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.09%

R = 41.64%
G = 54.28%
B = 4.09%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.92

 K value IS 0.43

RGB Variations

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

Color information

#70920B (or 0x70920B) is known color: Olive Drab. HEX triplet: 70, 92 and 0B. RGB value is (112,146,11). Sum of RGB (Red+Green+Blue) = 112+146+11=269 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.64% from 269); Green value is 146 (57.42% from 255 or 54.28% from 269); Blue value is 11 (4.69% from 255 or 4.09% from 269); Max value from RGB is 146 - color contains mainly: green. Hex color #70920B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70920B is #8F6DF4. Grayscale: #787878. Windows color (decimal): -9399797 or 758384. OLE color: 758384.

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

Color convert

RGB 112 146 11 -
CMYK 0.23 0 0.92 0.43
HSL 75.11º 0.86% 0.31% -
HSV(B) 75.11º 0.92% 0.57% -
XYZ 17.02 24.03 4.06 -
YUV 120.44 66.24 121.98 -
System Red Green Blue C M Y K H S L
Decimal 112 146 11 0.23 0 0.92 0.43 75.11 0.86 0.31
Hex 70 92 B 17 0 5C 2B 4B 56 1F
Octal 160 222 13 27 0 134 53 113 126 37
Binary 1110000 10010010 1011 10111 0 1011100 101011 1001011 1010110 11111

Color Harmonies of #70920B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70920B

Black with #70920B

Text Example


Text Example

White with #70920B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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