Html Css Color HEX #706711 Olivetone

📋 copy color: '#706711'

red 112 ◦ green 103 ◦ blue 17

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

Shades of Olivetone #706711

Tints of Olivetone #706711

RGB

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

 GREEN value IS 103 (40.63% from 255) = 44.4%

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

R = 48.28%
G = 44.4%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#706711 (or 0x706711) is known color: Olivetone. HEX triplet: 70, 67 and 11. RGB value is (112,103,17). Sum of RGB (Red+Green+Blue) = 112+103+17=232 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.28% from 232); Green value is 103 (40.62% from 255 or 44.40% from 232); Blue value is 17 (7.03% from 255 or 7.33% from 232); Max value from RGB is 112 - color contains mainly: red. Hex color #706711 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706711 is #8F98EE. Grayscale: #606060. Windows color (decimal): -9410799 or 1140592. OLE color: 1140592.

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

Color convert

RGB 112 103 17 -
CMYK 0 0.08 0.85 0.56
HSL 54.32º 0.74% 0.25% -
HSV(B) 54.32º 0.85% 0.44% -
XYZ 11.63 13.19 2.46 -
YUV 95.89 83.48 139.49 -
System Red Green Blue C M Y K H S L
Decimal 112 103 17 0 0.08 0.85 0.56 54.32 0.74 0.25
Hex 70 67 11 0 8 55 38 36 4A 19
Octal 160 147 21 0 10 125 70 66 112 31
Binary 1110000 1100111 10001 0 1000 1010101 111000 110110 1001010 11001

Color Harmonies of #706711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706711

Black with #706711

Text Example


Text Example

White with #706711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706711; }

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

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

background-color css

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

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

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

border-color css

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

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

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