Html Css Color HEX #706812 Olivetone

📋 copy color: '#706812'

red 112 ◦ green 104 ◦ blue 18

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

Shades of Olivetone #706812

Tints of Olivetone #706812

RGB

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

 GREEN value IS 104 (41.02% from 255) = 44.44%

 BLUE value IS 18 (7.42% from 255) = 7.69%

R = 47.86%
G = 44.44%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#706812 (or 0x706812) is known color: Olivetone. HEX triplet: 70, 68 and 12. RGB value is (112,104,18). Sum of RGB (Red+Green+Blue) = 112+104+18=234 (30% of max value = 765). Red value is 112 (44.14% from 255 or 47.86% from 234); Green value is 104 (41.02% from 255 or 44.44% from 234); Blue value is 18 (7.42% from 255 or 7.69% from 234); Max value from RGB is 112 - color contains mainly: red. Hex color #706812 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706812 is #8F97ED. Grayscale: #606060. Windows color (decimal): -9410542 or 1206384. OLE color: 1206384.

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

Color convert

RGB 112 104 18 -
CMYK 0 0.07 0.84 0.56
HSL 54.89º 0.72% 0.25% -
HSV(B) 54.89º 0.84% 0.44% -
XYZ 11.74 13.39 2.54 -
YUV 96.59 83.65 138.99 -
System Red Green Blue C M Y K H S L
Decimal 112 104 18 0 0.07 0.84 0.56 54.89 0.72 0.25
Hex 70 68 12 0 7 54 38 37 48 19
Octal 160 150 22 0 7 124 70 67 110 31
Binary 1110000 1101000 10010 0 111 1010100 111000 110111 1001000 11001

Color Harmonies of #706812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706812

Black with #706812

Text Example


Text Example

White with #706812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706812; }

 p { color: rgb(112,104,18); }

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

background-color css

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

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

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

border-color css

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

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

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