Html Css Color HEX #706A19 Olivetone

📋 copy color: '#706A19'

red 112 ◦ green 106 ◦ blue 25

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

Shades of Olivetone #706A19

Tints of Olivetone #706A19

RGB

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

 GREEN value IS 106 (41.8% from 255) = 43.62%

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

R = 46.09%
G = 43.62%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#706A19 (or 0x706A19) is known color: Olivetone. HEX triplet: 70, 6A and 19. RGB value is (112,106,25). Sum of RGB (Red+Green+Blue) = 112+106+25=243 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.09% from 243); Green value is 106 (41.80% from 255 or 43.62% from 243); Blue value is 25 (10.16% from 255 or 10.29% from 243); Max value from RGB is 112 - color contains mainly: red. Hex color #706A19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706A19 is #8F95E6. Grayscale: #626262. Windows color (decimal): -9410023 or 1665648. OLE color: 1665648.

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

Color convert

RGB 112 106 25 -
CMYK 0 0.05 0.78 0.56
HSL 55.86º 0.64% 0.27% -
HSV(B) 55.86º 0.78% 0.44% -
XYZ 12.01 13.82 2.95 -
YUV 98.56 86.49 137.59 -
System Red Green Blue C M Y K H S L
Decimal 112 106 25 0 0.05 0.78 0.56 55.86 0.64 0.27
Hex 70 6A 19 0 5 4E 38 38 40 1B
Octal 160 152 31 0 5 116 70 70 100 33
Binary 1110000 1101010 11001 0 101 1001110 111000 111000 1000000 11011

Color Harmonies of #706A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706A19

Black with #706A19

Text Example


Text Example

White with #706A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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