Html Css Color HEX #716819 Olivetone

📋 copy color: '#716819'

red 113 ◦ green 104 ◦ blue 25

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

Shades of Olivetone #716819

Tints of Olivetone #716819

RGB

 RED value IS 113 (44.53% from 255) = 46.69%

 GREEN value IS 104 (41.02% from 255) = 42.98%

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

R = 46.69%
G = 42.98%
B = 10.33%

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

#716819 (or 0x716819) is known color: Olivetone. HEX triplet: 71, 68 and 19. RGB value is (113,104,25). Sum of RGB (Red+Green+Blue) = 113+104+25=242 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.69% from 242); Green value is 104 (41.02% from 255 or 42.98% from 242); Blue value is 25 (10.16% from 255 or 10.33% from 242); Max value from RGB is 113 - color contains mainly: red. Hex color #716819 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716819 is #8E97E6. Grayscale: #626262. Windows color (decimal): -9344999 or 1665137. OLE color: 1665137.

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

Color convert

RGB 113 104 25 -
CMYK 0 0.08 0.78 0.56
HSL 53.86º 0.64% 0.27% -
HSV(B) 53.86º 0.78% 0.44% -
XYZ 11.94 13.48 2.89 -
YUV 97.69 86.98 138.92 -
System Red Green Blue C M Y K H S L
Decimal 113 104 25 0 0.08 0.78 0.56 53.86 0.64 0.27
Hex 71 68 19 0 8 4E 38 36 40 1B
Octal 161 150 31 0 10 116 70 66 100 33
Binary 1110001 1101000 11001 0 1000 1001110 111000 110110 1000000 11011

Color Harmonies of #716819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716819

Black with #716819

Text Example


Text Example

White with #716819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716819; }

 p { color: rgb(113,104,25); }

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

background-color css

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

 a { background-color: rgb(113,104,25); }

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

border-color css

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

 span { border-color: rgb(113,104,25); }

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