Html Css Color HEX #706919 Olivetone

📋 copy color: '#706919'

red 112 ◦ green 105 ◦ blue 25

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

Shades of Olivetone #706919

Tints of Olivetone #706919

RGB

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

 GREEN value IS 105 (41.41% from 255) = 43.39%

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

R = 46.28%
G = 43.39%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#706919 (or 0x706919) is known color: Olivetone. HEX triplet: 70, 69 and 19. RGB value is (112,105,25). Sum of RGB (Red+Green+Blue) = 112+105+25=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 105 (41.41% from 255 or 43.39% from 242); Blue value is 25 (10.16% from 255 or 10.33% from 242); Max value from RGB is 112 - color contains mainly: red. Hex color #706919 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706919 is #8F96E6. Grayscale: #626262. Windows color (decimal): -9410279 or 1665392. OLE color: 1665392.

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

Color convert

RGB 112 105 25 -
CMYK 0 0.06 0.78 0.56
HSL 55.17º 0.64% 0.27% -
HSV(B) 55.17º 0.78% 0.44% -
XYZ 11.91 13.62 2.92 -
YUV 97.97 86.82 138 -
System Red Green Blue C M Y K H S L
Decimal 112 105 25 0 0.06 0.78 0.56 55.17 0.64 0.27
Hex 70 69 19 0 6 4E 38 37 40 1B
Octal 160 151 31 0 6 116 70 67 100 33
Binary 1110000 1101001 11001 0 110 1001110 111000 110111 1000000 11011

Color Harmonies of #706919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706919

Black with #706919

Text Example


Text Example

White with #706919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706919; }

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

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

background-color css

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

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

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

border-color css

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

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

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