Html Css Color HEX #716617 Olivetone

📋 copy color: '#716617'

red 113 ◦ green 102 ◦ blue 23

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

Shades of Olivetone #716617

Tints of Olivetone #716617

RGB

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

 GREEN value IS 102 (40.23% from 255) = 42.86%

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

R = 47.48%
G = 42.86%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.80

 K value IS 0.56

RGB Variations

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

Color information

#716617 (or 0x716617) is known color: Olivetone. HEX triplet: 71, 66 and 17. RGB value is (113,102,23). Sum of RGB (Red+Green+Blue) = 113+102+23=238 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.48% from 238); Green value is 102 (40.23% from 255 or 42.86% from 238); Blue value is 23 (9.38% from 255 or 9.66% from 238); Max value from RGB is 113 - color contains mainly: red. Hex color #716617 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716617 is #8E99E8. Grayscale: #606060. Windows color (decimal): -9345513 or 1533553. OLE color: 1533553.

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

Color convert

RGB 113 102 23 -
CMYK 0 0.10 0.80 0.56
HSL 52.67º 0.66% 0.27% -
HSV(B) 52.67º 0.8% 0.44% -
XYZ 11.72 13.08 2.72 -
YUV 96.28 86.64 139.92 -
System Red Green Blue C M Y K H S L
Decimal 113 102 23 0 0.10 0.80 0.56 52.67 0.66 0.27
Hex 71 66 17 0 A 50 38 35 42 1B
Octal 161 146 27 0 12 120 70 65 102 33
Binary 1110001 1100110 10111 0 1010 1010000 111000 110101 1000010 11011

Color Harmonies of #716617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716617

Black with #716617

Text Example


Text Example

White with #716617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716617; }

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

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

background-color css

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

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

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

border-color css

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

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

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