Html Css Color HEX #70710B Olive

📋 copy color: '#70710B'

red 112 ◦ green 113 ◦ blue 11

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

Shades of Olive #70710B

Tints of Olive #70710B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 47.88%

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

R = 47.46%
G = 47.88%
B = 4.66%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.90

 K value IS 0.56

RGB Variations

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

Color information

#70710B (or 0x70710B) is known color: Olive. HEX triplet: 70, 71 and 0B. RGB value is (112,113,11). Sum of RGB (Red+Green+Blue) = 112+113+11=236 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.46% from 236); Green value is 113 (44.53% from 255 or 47.88% from 236); Blue value is 11 (4.69% from 255 or 4.66% from 236); Max value from RGB is 113 - color contains mainly: green. Hex color #70710B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70710B is #8F8EF4. Grayscale: #656565. Windows color (decimal): -9408245 or 749936. OLE color: 749936.

HSL color Cylindrical-coordinate representation of color #70710B: hue angle of 60.59º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #70710B is Cyan = 0.01, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 113 11 -
CMYK 0.01 0 0.90 0.56
HSL 60.59º 0.82% 0.24% -
HSV(B) 60.59º 0.9% 0.44% -
XYZ 12.65 15.28 2.6 -
YUV 101.07 77.17 135.79 -
System Red Green Blue C M Y K H S L
Decimal 112 113 11 0.01 0 0.90 0.56 60.59 0.82 0.24
Hex 70 71 B 1 0 5A 38 3D 52 18
Octal 160 161 13 1 0 132 70 75 122 30
Binary 1110000 1110001 1011 1 0 1011010 111000 111101 1010010 11000

Color Harmonies of #70710B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70710B

Black with #70710B

Text Example


Text Example

White with #70710B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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