Html Css Color HEX #717016 Olivetone

📋 copy color: '#717016'

red 113 ◦ green 112 ◦ blue 22

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

Shades of Olivetone #717016

Tints of Olivetone #717016

RGB

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

 GREEN value IS 112 (44.14% from 255) = 45.34%

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

R = 45.75%
G = 45.34%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#717016 (or 0x717016) is known color: Olivetone. HEX triplet: 71, 70 and 16. RGB value is (113,112,22). Sum of RGB (Red+Green+Blue) = 113+112+22=247 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.75% from 247); Green value is 112 (44.14% from 255 or 45.34% from 247); Blue value is 22 (8.98% from 255 or 8.91% from 247); Max value from RGB is 113 - color contains mainly: red. Hex color #717016 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717016 is #8E8FE9. Grayscale: #666666. Windows color (decimal): -9342954 or 1470577. OLE color: 1470577.

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

Color convert

RGB 113 112 22 -
CMYK 0 0.01 0.81 0.56
HSL 59.34º 0.67% 0.26% -
HSV(B) 59.34º 0.81% 0.44% -
XYZ 12.75 15.16 3.01 -
YUV 102.04 82.83 135.82 -
System Red Green Blue C M Y K H S L
Decimal 113 112 22 0 0.01 0.81 0.56 59.34 0.67 0.26
Hex 71 70 16 0 1 51 38 3B 43 1A
Octal 161 160 26 0 1 121 70 73 103 32
Binary 1110001 1110000 10110 0 1 1010001 111000 111011 1000011 11010

Color Harmonies of #717016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717016

Black with #717016

Text Example


Text Example

White with #717016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717016; }

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

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

background-color css

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

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

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

border-color css

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

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

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