Html Css Color HEX #716717 Olivetone

📋 copy color: '#716717'

red 113 ◦ green 103 ◦ blue 23

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

Shades of Olivetone #716717

Tints of Olivetone #716717

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.62%

R = 47.28%
G = 43.1%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.80

 K value IS 0.56

RGB Variations

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

Color information

#716717 (or 0x716717) is known color: Olivetone. HEX triplet: 71, 67 and 17. RGB value is (113,103,23). Sum of RGB (Red+Green+Blue) = 113+103+23=239 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.28% from 239); Green value is 103 (40.62% from 255 or 43.10% from 239); Blue value is 23 (9.38% from 255 or 9.62% from 239); Max value from RGB is 113 - color contains mainly: red. Hex color #716717 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716717 is #8E98E8. Grayscale: #616161. Windows color (decimal): -9345257 or 1533809. OLE color: 1533809.

HSL color Cylindrical-coordinate representation of color #716717: hue angle of 53.33º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #716717 is Cyan = 0, Magento = 0.09, Yellow = 0.80 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 103 23 -
CMYK 0 0.09 0.80 0.56
HSL 53.33º 0.66% 0.27% -
HSV(B) 53.33º 0.8% 0.44% -
XYZ 11.81 13.27 2.75 -
YUV 96.87 86.31 139.5 -
System Red Green Blue C M Y K H S L
Decimal 113 103 23 0 0.09 0.80 0.56 53.33 0.66 0.27
Hex 71 67 17 0 9 50 38 35 42 1B
Octal 161 147 27 0 11 120 70 65 102 33
Binary 1110001 1100111 10111 0 1001 1010000 111000 110101 1000010 11011

Color Harmonies of #716717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716717

Black with #716717

Text Example


Text Example

White with #716717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716717; }

 p { color: rgb(113,103,23); }

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

background-color css

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

 a { background-color: rgb(113,103,23); }

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

border-color css

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

 span { border-color: rgb(113,103,23); }

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