Html Css Color HEX #706419 Olivetone

📋 copy color: '#706419'

red 112 ◦ green 100 ◦ blue 25

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

Shades of Olivetone #706419

Tints of Olivetone #706419

RGB

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

 GREEN value IS 100 (39.45% from 255) = 42.19%

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

R = 47.26%
G = 42.19%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#706419 (or 0x706419) is known color: Olivetone. HEX triplet: 70, 64 and 19. RGB value is (112,100,25). Sum of RGB (Red+Green+Blue) = 112+100+25=237 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.26% from 237); Green value is 100 (39.45% from 255 or 42.19% from 237); Blue value is 25 (10.16% from 255 or 10.55% from 237); Max value from RGB is 112 - color contains mainly: red. Hex color #706419 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706419 is #8F9BE6. Grayscale: #5F5F5F. Windows color (decimal): -9411559 or 1664112. OLE color: 1664112.

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

Color convert

RGB 112 100 25 -
CMYK 0 0.11 0.78 0.56
HSL 51.72º 0.64% 0.27% -
HSV(B) 51.72º 0.78% 0.44% -
XYZ 11.41 12.63 2.76 -
YUV 95.04 88.48 140.1 -
System Red Green Blue C M Y K H S L
Decimal 112 100 25 0 0.11 0.78 0.56 51.72 0.64 0.27
Hex 70 64 19 0 B 4E 38 34 40 1B
Octal 160 144 31 0 13 116 70 64 100 33
Binary 1110000 1100100 11001 0 1011 1001110 111000 110100 1000000 11011

Color Harmonies of #706419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706419

Black with #706419

Text Example


Text Example

White with #706419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706419; }

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

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

background-color css

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

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

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

border-color css

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

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

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