Html Css Color HEX #706F28 Olivetone

📋 copy color: '#706F28'

red 112 ◦ green 111 ◦ blue 40

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

Shades of Olivetone #706F28

Tints of Olivetone #706F28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.21%

R = 42.59%
G = 42.21%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#706F28 (or 0x706F28) is known color: Olivetone. HEX triplet: 70, 6F and 28. RGB value is (112,111,40). Sum of RGB (Red+Green+Blue) = 112+111+40=263 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.59% from 263); Green value is 111 (43.75% from 255 or 42.21% from 263); Blue value is 40 (16.02% from 255 or 15.21% from 263); Max value from RGB is 112 - color contains mainly: red. Hex color #706F28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706F28 is #8F90D7. Grayscale: #676767. Windows color (decimal): -9408728 or 2649968. OLE color: 2649968.

HSL color Cylindrical-coordinate representation of color #706F28: hue angle of 59.17º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #706F28 is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 111 40 -
CMYK 0 0.01 0.64 0.56
HSL 59.17º 0.47% 0.3% -
HSV(B) 59.17º 0.64% 0.44% -
XYZ 12.75 14.97 4.22 -
YUV 103.21 92.33 134.27 -
System Red Green Blue C M Y K H S L
Decimal 112 111 40 0 0.01 0.64 0.56 59.17 0.47 0.3
Hex 70 6F 28 0 1 40 38 3B 2F 1E
Octal 160 157 50 0 1 100 70 73 57 36
Binary 1110000 1101111 101000 0 1 1000000 111000 111011 101111 11110

Color Harmonies of #706F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706F28

Black with #706F28

Text Example


Text Example

White with #706F28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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