Html Css Color HEX #706B19 Olivetone

📋 copy color: '#706B19'

red 112 ◦ green 107 ◦ blue 25

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

Shades of Olivetone #706B19

Tints of Olivetone #706B19

RGB

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

 GREEN value IS 107 (42.19% from 255) = 43.85%

 BLUE value IS 25 (10.16% from 255) = 10.25%

R = 45.9%
G = 43.85%
B = 10.25%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#706B19 (or 0x706B19) is known color: Olivetone. HEX triplet: 70, 6B and 19. RGB value is (112,107,25). Sum of RGB (Red+Green+Blue) = 112+107+25=244 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.90% from 244); Green value is 107 (42.19% from 255 or 43.85% from 244); Blue value is 25 (10.16% from 255 or 10.25% from 244); Max value from RGB is 112 - color contains mainly: red. Hex color #706B19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706B19 is #8F94E6. Grayscale: #636363. Windows color (decimal): -9409767 or 1665904. OLE color: 1665904.

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

Color convert

RGB 112 107 25 -
CMYK 0 0.04 0.78 0.56
HSL 56.55º 0.64% 0.27% -
HSV(B) 56.55º 0.78% 0.44% -
XYZ 12.12 14.03 2.99 -
YUV 99.15 86.16 137.17 -
System Red Green Blue C M Y K H S L
Decimal 112 107 25 0 0.04 0.78 0.56 56.55 0.64 0.27
Hex 70 6B 19 0 4 4E 38 39 40 1B
Octal 160 153 31 0 4 116 70 71 100 33
Binary 1110000 1101011 11001 0 100 1001110 111000 111001 1000000 11011

Color Harmonies of #706B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706B19

Black with #706B19

Text Example


Text Example

White with #706B19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,107,25); }

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

background-color css

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

 a { background-color: rgb(112,107,25); }

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

border-color css

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

 span { border-color: rgb(112,107,25); }

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