Html Css Color HEX #716E16 Olivetone

📋 copy color: '#716E16'

red 113 ◦ green 110 ◦ blue 22

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

Shades of Olivetone #716E16

Tints of Olivetone #716E16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.98%

R = 46.12%
G = 44.9%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#716E16 (or 0x716E16) is known color: Olivetone. HEX triplet: 71, 6E and 16. RGB value is (113,110,22). Sum of RGB (Red+Green+Blue) = 113+110+22=245 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.12% from 245); Green value is 110 (43.36% from 255 or 44.90% from 245); Blue value is 22 (8.98% from 255 or 8.98% from 245); Max value from RGB is 113 - color contains mainly: red. Hex color #716E16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716E16 is #8E91E9. Grayscale: #656565. Windows color (decimal): -9343466 or 1470065. OLE color: 1470065.

HSL color Cylindrical-coordinate representation of color #716E16: hue angle of 58.02º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #716E16 is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 110 22 -
CMYK 0 0.03 0.81 0.56
HSL 58.02º 0.67% 0.26% -
HSV(B) 58.02º 0.81% 0.44% -
XYZ 12.53 14.72 2.94 -
YUV 100.87 83.49 136.66 -
System Red Green Blue C M Y K H S L
Decimal 113 110 22 0 0.03 0.81 0.56 58.02 0.67 0.26
Hex 71 6E 16 0 3 51 38 3A 43 1A
Octal 161 156 26 0 3 121 70 72 103 32
Binary 1110001 1101110 10110 0 11 1010001 111000 111010 1000011 11010

Color Harmonies of #716E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716E16

Black with #716E16

Text Example


Text Example

White with #716E16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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