Html Css Color HEX #706515 Olivetone

📋 copy color: '#706515'

red 112 ◦ green 101 ◦ blue 21

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

Shades of Olivetone #706515

Tints of Olivetone #706515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.97%

R = 47.86%
G = 43.16%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#706515 (or 0x706515) is known color: Olivetone. HEX triplet: 70, 65 and 15. RGB value is (112,101,21). Sum of RGB (Red+Green+Blue) = 112+101+21=234 (30% of max value = 765). Red value is 112 (44.14% from 255 or 47.86% from 234); Green value is 101 (39.84% from 255 or 43.16% from 234); Blue value is 21 (8.59% from 255 or 8.97% from 234); Max value from RGB is 112 - color contains mainly: red. Hex color #706515 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706515 is #8F9AEA. Grayscale: #5F5F5F. Windows color (decimal): -9411307 or 1402224. OLE color: 1402224.

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

Color convert

RGB 112 101 21 -
CMYK 0 0.10 0.81 0.56
HSL 52.75º 0.68% 0.26% -
HSV(B) 52.75º 0.81% 0.44% -
XYZ 11.47 12.81 2.58 -
YUV 95.17 86.14 140 -
System Red Green Blue C M Y K H S L
Decimal 112 101 21 0 0.10 0.81 0.56 52.75 0.68 0.26
Hex 70 65 15 0 A 51 38 35 44 1A
Octal 160 145 25 0 12 121 70 65 104 32
Binary 1110000 1100101 10101 0 1010 1010001 111000 110101 1000100 11010

Color Harmonies of #706515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706515

Black with #706515

Text Example


Text Example

White with #706515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706515; }

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

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

background-color css

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

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

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

border-color css

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

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

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