Html Css Color HEX #707011 Olivetone

📋 copy color: '#707011'

red 112 ◦ green 112 ◦ blue 17

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

Shades of Olivetone #707011

Tints of Olivetone #707011

RGB

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

 GREEN value IS 112 (44.14% from 255) = 46.47%

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

R = 46.47%
G = 46.47%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#707011 (or 0x707011) is known color: Olivetone. HEX triplet: 70, 70 and 11. RGB value is (112,112,17). Sum of RGB (Red+Green+Blue) = 112+112+17=241 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.47% from 241); Green value is 112 (44.14% from 255 or 46.47% from 241); Blue value is 17 (7.03% from 255 or 7.05% from 241); Max value from RGB is 112 - color contains mainly: red, green. Hex color #707011 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707011 is #8F8FEE. Grayscale: #656565. Windows color (decimal): -9408495 or 1142896. OLE color: 1142896.

HSL color Cylindrical-coordinate representation of color #707011: hue angle of 60º 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 #707011 is Cyan = 0, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 112 17 -
CMYK 0 0 0.85 0.56
HSL 60º 0.74% 0.25% -
HSV(B) 60º 0.85% 0.44% -
XYZ 12.58 15.07 2.78 -
YUV 101.17 80.5 135.72 -
System Red Green Blue C M Y K H S L
Decimal 112 112 17 0 0 0.85 0.56 60 0.74 0.25
Hex 70 70 11 0 0 55 38 3C 4A 19
Octal 160 160 21 0 0 125 70 74 112 31
Binary 1110000 1110000 10001 0 0 1010101 111000 111100 1001010 11001

Color Harmonies of #707011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707011

Black with #707011

Text Example


Text Example

White with #707011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707011; }

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

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

background-color css

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

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

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

border-color css

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

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

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