Html Css Color HEX #70660D Olivetone

📋 copy color: '#70660D'

red 112 ◦ green 102 ◦ blue 13

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

Shades of Olivetone #70660D

Tints of Olivetone #70660D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 44.93%

 BLUE value IS 13 (5.47% from 255) = 5.73%

R = 49.34%
G = 44.93%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#70660D (or 0x70660D) is known color: Olivetone. HEX triplet: 70, 66 and 0D. RGB value is (112,102,13). Sum of RGB (Red+Green+Blue) = 112+102+13=227 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.34% from 227); Green value is 102 (40.23% from 255 or 44.93% from 227); Blue value is 13 (5.47% from 255 or 5.73% from 227); Max value from RGB is 112 - color contains mainly: red. Hex color #70660D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70660D is #8F99F2. Grayscale: #5F5F5F. Windows color (decimal): -9411059 or 878192. OLE color: 878192.

HSL color Cylindrical-coordinate representation of color #70660D: hue angle of 53.94º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #70660D is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 102 13 -
CMYK 0 0.09 0.88 0.56
HSL 53.94º 0.79% 0.25% -
HSV(B) 53.94º 0.88% 0.44% -
XYZ 11.51 12.98 2.28 -
YUV 94.84 81.81 140.24 -
System Red Green Blue C M Y K H S L
Decimal 112 102 13 0 0.09 0.88 0.56 53.94 0.79 0.25
Hex 70 66 D 0 9 58 38 36 4F 19
Octal 160 146 15 0 11 130 70 66 117 31
Binary 1110000 1100110 1101 0 1001 1011000 111000 110110 1001111 11001

Color Harmonies of #70660D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70660D

Black with #70660D

Text Example


Text Example

White with #70660D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70660D; }

 p { color: rgb(112,102,13); }

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

background-color css

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

 a { background-color: rgb(112,102,13); }

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

border-color css

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

 span { border-color: rgb(112,102,13); }

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