Html Css Color HEX #706719 Olivetone

📋 copy color: '#706719'

red 112 ◦ green 103 ◦ blue 25

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

Shades of Olivetone #706719

Tints of Olivetone #706719

RGB

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

 GREEN value IS 103 (40.63% from 255) = 42.92%

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

R = 46.67%
G = 42.92%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#706719 (or 0x706719) is known color: Olivetone. HEX triplet: 70, 67 and 19. RGB value is (112,103,25). Sum of RGB (Red+Green+Blue) = 112+103+25=240 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.67% from 240); Green value is 103 (40.62% from 255 or 42.92% from 240); Blue value is 25 (10.16% from 255 or 10.42% from 240); Max value from RGB is 112 - color contains mainly: red. Hex color #706719 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706719 is #8F98E6. Grayscale: #616161. Windows color (decimal): -9410791 or 1664880. OLE color: 1664880.

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

Color convert

RGB 112 103 25 -
CMYK 0 0.08 0.78 0.56
HSL 53.79º 0.64% 0.27% -
HSV(B) 53.79º 0.78% 0.44% -
XYZ 11.71 13.22 2.85 -
YUV 96.8 87.48 138.84 -
System Red Green Blue C M Y K H S L
Decimal 112 103 25 0 0.08 0.78 0.56 53.79 0.64 0.27
Hex 70 67 19 0 8 4E 38 36 40 1B
Octal 160 147 31 0 10 116 70 66 100 33
Binary 1110000 1100111 11001 0 1000 1001110 111000 110110 1000000 11011

Color Harmonies of #706719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706719

Black with #706719

Text Example


Text Example

White with #706719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706719; }

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

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

background-color css

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

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

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

border-color css

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

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

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