Html Css Color HEX #706714 Olivetone

📋 copy color: '#706714'

red 112 ◦ green 103 ◦ blue 20

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

Shades of Olivetone #706714

Tints of Olivetone #706714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.51%

R = 47.66%
G = 43.83%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#706714 (or 0x706714) is known color: Olivetone. HEX triplet: 70, 67 and 14. RGB value is (112,103,20). Sum of RGB (Red+Green+Blue) = 112+103+20=235 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.66% from 235); Green value is 103 (40.62% from 255 or 43.83% from 235); Blue value is 20 (8.20% from 255 or 8.51% from 235); Max value from RGB is 112 - color contains mainly: red. Hex color #706714 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706714 is #8F98EB. Grayscale: #606060. Windows color (decimal): -9410796 or 1337200. OLE color: 1337200.

HSL color Cylindrical-coordinate representation of color #706714: hue angle of 54.13º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #706714 is Cyan = 0, Magento = 0.08, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 103 20 -
CMYK 0 0.08 0.82 0.56
HSL 54.13º 0.7% 0.26% -
HSV(B) 54.13º 0.82% 0.44% -
XYZ 11.66 13.2 2.59 -
YUV 96.23 84.98 139.25 -
System Red Green Blue C M Y K H S L
Decimal 112 103 20 0 0.08 0.82 0.56 54.13 0.7 0.26
Hex 70 67 14 0 8 52 38 36 46 1A
Octal 160 147 24 0 10 122 70 66 106 32
Binary 1110000 1100111 10100 0 1000 1010010 111000 110110 1000110 11010

Color Harmonies of #706714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706714

Black with #706714

Text Example


Text Example

White with #706714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706714; }

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

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

background-color css

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

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

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

border-color css

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

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

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