Html Css Color HEX #707111 Olivetone

📋 copy color: '#707111'

red 112 ◦ green 113 ◦ blue 17

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

Shades of Olivetone #707111

Tints of Olivetone #707111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.02%

R = 46.28%
G = 46.69%
B = 7.02%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#707111 (or 0x707111) is known color: Olivetone. HEX triplet: 70, 71 and 11. RGB value is (112,113,17). Sum of RGB (Red+Green+Blue) = 112+113+17=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 113 (44.53% from 255 or 46.69% from 242); Blue value is 17 (7.03% from 255 or 7.02% from 242); Max value from RGB is 113 - color contains mainly: green. Hex color #707111 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707111 is #8F8EEE. Grayscale: #666666. Windows color (decimal): -9408239 or 1143152. OLE color: 1143152.

HSL color Cylindrical-coordinate representation of color #707111: hue angle of 60.63º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #707111 is Cyan = 0.01, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 113 17 -
CMYK 0.01 0 0.85 0.56
HSL 60.63º 0.74% 0.25% -
HSV(B) 60.63º 0.85% 0.44% -
XYZ 12.69 15.3 2.81 -
YUV 101.76 80.17 135.31 -
System Red Green Blue C M Y K H S L
Decimal 112 113 17 0.01 0 0.85 0.56 60.63 0.74 0.25
Hex 70 71 11 1 0 55 38 3D 4A 19
Octal 160 161 21 1 0 125 70 75 112 31
Binary 1110000 1110001 10001 1 0 1010101 111000 111101 1001010 11001

Color Harmonies of #707111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707111

Black with #707111

Text Example


Text Example

White with #707111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707111; }

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

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

background-color css

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

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

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

border-color css

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

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

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