Html Css Color HEX #70682B Olivetone

📋 copy color: '#70682B'

red 112 ◦ green 104 ◦ blue 43

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

Shades of Olivetone #70682B

Tints of Olivetone #70682B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.6%

R = 43.24%
G = 40.15%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#70682B (or 0x70682B) is known color: Olivetone. HEX triplet: 70, 68 and 2B. RGB value is (112,104,43). Sum of RGB (Red+Green+Blue) = 112+104+43=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 104 (41.02% from 255 or 40.15% from 259); Blue value is 43 (17.19% from 255 or 16.60% from 259); Max value from RGB is 112 - color contains mainly: red. Hex color #70682B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70682B is #8F97D4. Grayscale: #636363. Windows color (decimal): -9410517 or 2844784. OLE color: 2844784.

HSL color Cylindrical-coordinate representation of color #70682B: hue angle of 53.04º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #70682B is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 104 43 -
CMYK 0 0.07 0.62 0.56
HSL 53.04º 0.45% 0.3% -
HSV(B) 53.04º 0.62% 0.44% -
XYZ 12.07 13.52 4.26 -
YUV 99.44 96.15 136.96 -
System Red Green Blue C M Y K H S L
Decimal 112 104 43 0 0.07 0.62 0.56 53.04 0.45 0.3
Hex 70 68 2B 0 7 3E 38 35 2D 1E
Octal 160 150 53 0 7 76 70 65 55 36
Binary 1110000 1101000 101011 0 111 111110 111000 110101 101101 11110

Color Harmonies of #70682B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70682B

Black with #70682B

Text Example


Text Example

White with #70682B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70682B; }

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

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

background-color css

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

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

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

border-color css

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

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

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