Html Css Color HEX #706519 Olivetone

📋 copy color: '#706519'

red 112 ◦ green 101 ◦ blue 25

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

Shades of Olivetone #706519

Tints of Olivetone #706519

RGB

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

 GREEN value IS 101 (39.84% from 255) = 42.44%

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

R = 47.06%
G = 42.44%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#706519 (or 0x706519) is known color: Olivetone. HEX triplet: 70, 65 and 19. RGB value is (112,101,25). Sum of RGB (Red+Green+Blue) = 112+101+25=238 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.06% from 238); Green value is 101 (39.84% from 255 or 42.44% from 238); Blue value is 25 (10.16% from 255 or 10.50% from 238); Max value from RGB is 112 - color contains mainly: red. Hex color #706519 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706519 is #8F9AE6. Grayscale: #5F5F5F. Windows color (decimal): -9411303 or 1664368. OLE color: 1664368.

HSL color Cylindrical-coordinate representation of color #706519: hue angle of 52.41º 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 #706519 is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 101 25 -
CMYK 0 0.10 0.78 0.56
HSL 52.41º 0.64% 0.27% -
HSV(B) 52.41º 0.78% 0.44% -
XYZ 11.51 12.82 2.79 -
YUV 95.63 88.14 139.68 -
System Red Green Blue C M Y K H S L
Decimal 112 101 25 0 0.10 0.78 0.56 52.41 0.64 0.27
Hex 70 65 19 0 A 4E 38 34 40 1B
Octal 160 145 31 0 12 116 70 64 100 33
Binary 1110000 1100101 11001 0 1010 1001110 111000 110100 1000000 11011

Color Harmonies of #706519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706519

Black with #706519

Text Example


Text Example

White with #706519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706519; }

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

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

background-color css

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

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

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

border-color css

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

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

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