Html Css Color HEX #706D1B Olivetone

📋 copy color: '#706D1B'

red 112 ◦ green 109 ◦ blue 27

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

Shades of Olivetone #706D1B

Tints of Olivetone #706D1B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 43.95%

 BLUE value IS 27 (10.94% from 255) = 10.89%

R = 45.16%
G = 43.95%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.76

 K value IS 0.56

RGB Variations

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

Color information

#706D1B (or 0x706D1B) is known color: Olivetone. HEX triplet: 70, 6D and 1B. RGB value is (112,109,27). Sum of RGB (Red+Green+Blue) = 112+109+27=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 109 (42.97% from 255 or 43.95% from 248); Blue value is 27 (10.94% from 255 or 10.89% from 248); Max value from RGB is 112 - color contains mainly: red. Hex color #706D1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706D1B is #8F92E4. Grayscale: #646464. Windows color (decimal): -9409253 or 1797488. OLE color: 1797488.

HSL color Cylindrical-coordinate representation of color #706D1B: hue angle of 57.88º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #706D1B is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 109 27 -
CMYK 0 0.03 0.76 0.56
HSL 57.88º 0.61% 0.27% -
HSV(B) 57.88º 0.76% 0.44% -
XYZ 12.35 14.46 3.18 -
YUV 100.55 86.49 136.17 -
System Red Green Blue C M Y K H S L
Decimal 112 109 27 0 0.03 0.76 0.56 57.88 0.61 0.27
Hex 70 6D 1B 0 3 4C 38 3A 3D 1B
Octal 160 155 33 0 3 114 70 72 75 33
Binary 1110000 1101101 11011 0 11 1001100 111000 111010 111101 11011

Color Harmonies of #706D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706D1B

Black with #706D1B

Text Example


Text Example

White with #706D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,109,27); }

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

background-color css

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

 a { background-color: rgb(112,109,27); }

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

border-color css

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

 span { border-color: rgb(112,109,27); }

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