Html Css Color HEX #706D1E Olivetone

📋 copy color: '#706D1E'

red 112 ◦ green 109 ◦ blue 30

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

Shades of Olivetone #706D1E

Tints of Olivetone #706D1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.95%

R = 44.62%
G = 43.43%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#706D1E (or 0x706D1E) is known color: Olivetone. HEX triplet: 70, 6D and 1E. RGB value is (112,109,30). Sum of RGB (Red+Green+Blue) = 112+109+30=251 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.62% from 251); Green value is 109 (42.97% from 255 or 43.43% from 251); Blue value is 30 (12.11% from 255 or 11.95% from 251); Max value from RGB is 112 - color contains mainly: red. Hex color #706D1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706D1E is #8F92E1. Grayscale: #656565. Windows color (decimal): -9409250 or 1994096. OLE color: 1994096.

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

Color convert

RGB 112 109 30 -
CMYK 0 0.03 0.73 0.56
HSL 57.8º 0.58% 0.28% -
HSV(B) 57.8º 0.73% 0.44% -
XYZ 12.39 14.48 3.37 -
YUV 100.89 87.99 135.92 -
System Red Green Blue C M Y K H S L
Decimal 112 109 30 0 0.03 0.73 0.56 57.8 0.58 0.28
Hex 70 6D 1E 0 3 49 38 3A 3A 1C
Octal 160 155 36 0 3 111 70 72 72 34
Binary 1110000 1101101 11110 0 11 1001001 111000 111010 111010 11100

Color Harmonies of #706D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706D1E

Black with #706D1E

Text Example


Text Example

White with #706D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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