Html Css Color HEX #716E17 Olivetone

📋 copy color: '#716E17'

red 113 ◦ green 110 ◦ blue 23

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

Shades of Olivetone #716E17

Tints of Olivetone #716E17

RGB

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

 GREEN value IS 110 (43.36% from 255) = 44.72%

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

R = 45.93%
G = 44.72%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.80

 K value IS 0.56

RGB Variations

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

Color information

#716E17 (or 0x716E17) is known color: Olivetone. HEX triplet: 71, 6E and 17. RGB value is (113,110,23). Sum of RGB (Red+Green+Blue) = 113+110+23=246 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.93% from 246); Green value is 110 (43.36% from 255 or 44.72% from 246); Blue value is 23 (9.38% from 255 or 9.35% from 246); Max value from RGB is 113 - color contains mainly: red. Hex color #716E17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716E17 is #8E91E8. Grayscale: #656565. Windows color (decimal): -9343465 or 1535601. OLE color: 1535601.

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

Color convert

RGB 113 110 23 -
CMYK 0 0.03 0.80 0.56
HSL 58º 0.66% 0.27% -
HSV(B) 58º 0.8% 0.44% -
XYZ 12.54 14.72 2.99 -
YUV 100.98 83.99 136.57 -
System Red Green Blue C M Y K H S L
Decimal 113 110 23 0 0.03 0.80 0.56 58 0.66 0.27
Hex 71 6E 17 0 3 50 38 3A 42 1B
Octal 161 156 27 0 3 120 70 72 102 33
Binary 1110001 1101110 10111 0 11 1010000 111000 111010 1000010 11011

Color Harmonies of #716E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716E17

Black with #716E17

Text Example


Text Example

White with #716E17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716E17; }

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

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

background-color css

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

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

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

border-color css

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

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

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