Html Css Color HEX #716517 Olivetone

📋 copy color: '#716517'

red 113 ◦ green 101 ◦ blue 23

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

Shades of Olivetone #716517

Tints of Olivetone #716517

RGB

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

 GREEN value IS 101 (39.84% from 255) = 42.62%

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

R = 47.68%
G = 42.62%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.80

 K value IS 0.56

RGB Variations

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

Color information

#716517 (or 0x716517) is known color: Olivetone. HEX triplet: 71, 65 and 17. RGB value is (113,101,23). Sum of RGB (Red+Green+Blue) = 113+101+23=237 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.68% from 237); Green value is 101 (39.84% from 255 or 42.62% from 237); Blue value is 23 (9.38% from 255 or 9.70% from 237); Max value from RGB is 113 - color contains mainly: red. Hex color #716517 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716517 is #8E9AE8. Grayscale: #606060. Windows color (decimal): -9345769 or 1533297. OLE color: 1533297.

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

Color convert

RGB 113 101 23 -
CMYK 0 0.11 0.80 0.56
HSL 52º 0.66% 0.27% -
HSV(B) 52º 0.8% 0.44% -
XYZ 11.62 12.88 2.68 -
YUV 95.7 86.98 140.34 -
System Red Green Blue C M Y K H S L
Decimal 113 101 23 0 0.11 0.80 0.56 52 0.66 0.27
Hex 71 65 17 0 B 50 38 34 42 1B
Octal 161 145 27 0 13 120 70 64 102 33
Binary 1110001 1100101 10111 0 1011 1010000 111000 110100 1000010 11011

Color Harmonies of #716517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716517

Black with #716517

Text Example


Text Example

White with #716517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716517; }

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

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

background-color css

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

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

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

border-color css

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

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

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