Html Css Color HEX #706510 Olivetone

📋 copy color: '#706510'

red 112 ◦ green 101 ◦ blue 16

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

Shades of Olivetone #706510

Tints of Olivetone #706510

RGB

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

 GREEN value IS 101 (39.84% from 255) = 44.1%

 BLUE value IS 16 (6.64% from 255) = 6.99%

R = 48.91%
G = 44.1%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#706510 (or 0x706510) is known color: Olivetone. HEX triplet: 70, 65 and 10. RGB value is (112,101,16). Sum of RGB (Red+Green+Blue) = 112+101+16=229 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.91% from 229); Green value is 101 (39.84% from 255 or 44.10% from 229); Blue value is 16 (6.64% from 255 or 6.99% from 229); Max value from RGB is 112 - color contains mainly: red. Hex color #706510 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706510 is #8F9AEF. Grayscale: #5E5E5E. Windows color (decimal): -9411312 or 1074544. OLE color: 1074544.

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

Color convert

RGB 112 101 16 -
CMYK 0 0.10 0.86 0.56
HSL 53.13º 0.75% 0.25% -
HSV(B) 53.13º 0.86% 0.44% -
XYZ 11.43 12.79 2.36 -
YUV 94.6 83.64 140.41 -
System Red Green Blue C M Y K H S L
Decimal 112 101 16 0 0.10 0.86 0.56 53.13 0.75 0.25
Hex 70 65 10 0 A 56 38 35 4B 19
Octal 160 145 20 0 12 126 70 65 113 31
Binary 1110000 1100101 10000 0 1010 1010110 111000 110101 1001011 11001

Color Harmonies of #706510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706510

Black with #706510

Text Example


Text Example

White with #706510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706510; }

 p { color: rgb(112,101,16); }

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

background-color css

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

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

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

border-color css

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

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

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