Html Css Color HEX #716913 Olivetone

📋 copy color: '#716913'

red 113 ◦ green 105 ◦ blue 19

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

Shades of Olivetone #716913

Tints of Olivetone #716913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.02%

R = 47.68%
G = 44.3%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#716913 (or 0x716913) is known color: Olivetone. HEX triplet: 71, 69 and 13. RGB value is (113,105,19). Sum of RGB (Red+Green+Blue) = 113+105+19=237 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.68% from 237); Green value is 105 (41.41% from 255 or 44.30% from 237); Blue value is 19 (7.81% from 255 or 8.02% from 237); Max value from RGB is 113 - color contains mainly: red. Hex color #716913 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716913 is #8E96EC. Grayscale: #616161. Windows color (decimal): -9344749 or 1272177. OLE color: 1272177.

HSL color Cylindrical-coordinate representation of color #716913: hue angle of 54.89º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #716913 is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 105 19 -
CMYK 0 0.07 0.83 0.56
HSL 54.89º 0.71% 0.26% -
HSV(B) 54.89º 0.83% 0.44% -
XYZ 11.98 13.66 2.62 -
YUV 97.59 83.65 138.99 -
System Red Green Blue C M Y K H S L
Decimal 113 105 19 0 0.07 0.83 0.56 54.89 0.71 0.26
Hex 71 69 13 0 7 53 38 37 47 1A
Octal 161 151 23 0 7 123 70 67 107 32
Binary 1110001 1101001 10011 0 111 1010011 111000 110111 1000111 11010

Color Harmonies of #716913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716913

Black with #716913

Text Example


Text Example

White with #716913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716913; }

 p { color: rgb(113,105,19); }

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

background-color css

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

 a { background-color: rgb(113,105,19); }

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

border-color css

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

 span { border-color: rgb(113,105,19); }

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