Html Css Color HEX #717416 Olivetone

📋 copy color: '#717416'

red 113 ◦ green 116 ◦ blue 22

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

Shades of Olivetone #717416

Tints of Olivetone #717416

RGB

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

 GREEN value IS 116 (45.7% from 255) = 46.22%

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

R = 45.02%
G = 46.22%
B = 8.76%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#717416 (or 0x717416) is known color: Olivetone. HEX triplet: 71, 74 and 16. RGB value is (113,116,22). Sum of RGB (Red+Green+Blue) = 113+116+22=251 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.02% from 251); Green value is 116 (45.70% from 255 or 46.22% from 251); Blue value is 22 (8.98% from 255 or 8.76% from 251); Max value from RGB is 116 - color contains mainly: green. Hex color #717416 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717416 is #8E8BE9. Grayscale: #686868. Windows color (decimal): -9341930 or 1471601. OLE color: 1471601.

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

Color convert

RGB 113 116 22 -
CMYK 0.03 0 0.81 0.55
HSL 61.91º 0.68% 0.27% -
HSV(B) 61.91º 0.81% 0.45% -
XYZ 13.2 16.06 3.16 -
YUV 104.39 81.51 134.14 -
System Red Green Blue C M Y K H S L
Decimal 113 116 22 0.03 0 0.81 0.55 61.91 0.68 0.27
Hex 71 74 16 3 0 51 37 3E 44 1B
Octal 161 164 26 3 0 121 67 76 104 33
Binary 1110001 1110100 10110 11 0 1010001 110111 111110 1000100 11011

Color Harmonies of #717416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717416

Black with #717416

Text Example


Text Example

White with #717416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717416; }

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

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

background-color css

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

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

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

border-color css

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

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

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