Html Css Color HEX #716A17 Olivetone

📋 copy color: '#716A17'

red 113 ◦ green 106 ◦ blue 23

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

Shades of Olivetone #716A17

Tints of Olivetone #716A17

RGB

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

 GREEN value IS 106 (41.8% from 255) = 43.8%

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

R = 46.69%
G = 43.8%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.80

 K value IS 0.56

RGB Variations

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

Color information

#716A17 (or 0x716A17) is known color: Olivetone. HEX triplet: 71, 6A and 17. RGB value is (113,106,23). Sum of RGB (Red+Green+Blue) = 113+106+23=242 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.69% from 242); Green value is 106 (41.80% from 255 or 43.80% from 242); Blue value is 23 (9.38% from 255 or 9.50% from 242); Max value from RGB is 113 - color contains mainly: red. Hex color #716A17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716A17 is #8E95E8. Grayscale: #626262. Windows color (decimal): -9344489 or 1534577. OLE color: 1534577.

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

Color convert

RGB 113 106 23 -
CMYK 0 0.06 0.80 0.56
HSL 55.33º 0.66% 0.27% -
HSV(B) 55.33º 0.8% 0.44% -
XYZ 12.12 13.88 2.85 -
YUV 98.63 85.32 138.25 -
System Red Green Blue C M Y K H S L
Decimal 113 106 23 0 0.06 0.80 0.56 55.33 0.66 0.27
Hex 71 6A 17 0 6 50 38 37 42 1B
Octal 161 152 27 0 6 120 70 67 102 33
Binary 1110001 1101010 10111 0 110 1010000 111000 110111 1000010 11011

Color Harmonies of #716A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716A17

Black with #716A17

Text Example


Text Example

White with #716A17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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