Html Css Color HEX #706F2D Olivetone

📋 copy color: '#706F2D'

red 112 ◦ green 111 ◦ blue 45

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

Shades of Olivetone #706F2D

Tints of Olivetone #706F2D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 41.42%

 BLUE value IS 45 (17.97% from 255) = 16.79%

R = 41.79%
G = 41.42%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.60

 K value IS 0.56

RGB Variations

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

Color information

#706F2D (or 0x706F2D) is known color: Olivetone. HEX triplet: 70, 6F and 2D. RGB value is (112,111,45). Sum of RGB (Red+Green+Blue) = 112+111+45=268 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.79% from 268); Green value is 111 (43.75% from 255 or 41.42% from 268); Blue value is 45 (17.97% from 255 or 16.79% from 268); Max value from RGB is 112 - color contains mainly: red. Hex color #706F2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706F2D is #8F90D2. Grayscale: #686868. Windows color (decimal): -9408723 or 2977648. OLE color: 2977648.

HSL color Cylindrical-coordinate representation of color #706F2D: hue angle of 59.1º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #706F2D is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 111 45 -
CMYK 0 0.01 0.60 0.56
HSL 59.1º 0.43% 0.31% -
HSV(B) 59.1º 0.6% 0.44% -
XYZ 12.84 15 4.7 -
YUV 103.78 94.83 133.87 -
System Red Green Blue C M Y K H S L
Decimal 112 111 45 0 0.01 0.60 0.56 59.1 0.43 0.31
Hex 70 6F 2D 0 1 3C 38 3B 2B 1F
Octal 160 157 55 0 1 74 70 73 53 37
Binary 1110000 1101111 101101 0 1 111100 111000 111011 101011 11111

Color Harmonies of #706F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706F2D

Black with #706F2D

Text Example


Text Example

White with #706F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706F2D; }

 p { color: rgb(112,111,45); }

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

background-color css

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

 a { background-color: rgb(112,111,45); }

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

border-color css

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

 span { border-color: rgb(112,111,45); }

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