Html Css Color HEX #717516 Olivetone

📋 copy color: '#717516'

red 113 ◦ green 117 ◦ blue 22

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

Shades of Olivetone #717516

Tints of Olivetone #717516

RGB

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

 GREEN value IS 117 (46.09% from 255) = 46.43%

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

R = 44.84%
G = 46.43%
B = 8.73%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#717516 (or 0x717516) is known color: Olivetone. HEX triplet: 71, 75 and 16. RGB value is (113,117,22). Sum of RGB (Red+Green+Blue) = 113+117+22=252 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.84% from 252); Green value is 117 (46.09% from 255 or 46.43% from 252); Blue value is 22 (8.98% from 255 or 8.73% from 252); Max value from RGB is 117 - color contains mainly: green. Hex color #717516 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717516 is #8E8AE9. Grayscale: #696969. Windows color (decimal): -9341674 or 1471857. OLE color: 1471857.

HSL color Cylindrical-coordinate representation of color #717516: hue angle of 62.53º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #717516 is Cyan = 0.03, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB 113 117 22 -
CMYK 0.03 0 0.81 0.54
HSL 62.53º 0.68% 0.27% -
HSV(B) 62.53º 0.81% 0.46% -
XYZ 13.32 16.29 3.2 -
YUV 104.97 81.17 133.72 -
System Red Green Blue C M Y K H S L
Decimal 113 117 22 0.03 0 0.81 0.54 62.53 0.68 0.27
Hex 71 75 16 3 0 51 36 3F 44 1B
Octal 161 165 26 3 0 121 66 77 104 33
Binary 1110001 1110101 10110 11 0 1010001 110110 111111 1000100 11011

Color Harmonies of #717516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717516

Black with #717516

Text Example


Text Example

White with #717516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717516; }

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

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

background-color css

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

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

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

border-color css

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

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

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