#717514

Color #717514 Olivetone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivetone #717514

Tints of Olivetone #717514

Color information

#717514 (or 0x717514) is unknown color: approx Olivetone. HEX triplet: 71, 75 and 14. RGB value is (113,117,20). Sum of RGB (Red+Green+Blue) = 113+117+20=250 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.2% from 250); Green value is 117 (46.09% from 255 or 46.8% from 250); Blue value is 20 (8.20% from 255 or 8% from 250); Max value from RGB is 117 - color contains mainly: green. Hex color #717514 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717514 is #8E8AEB. Grayscale: #696969. Windows color (decimal): -9341676 or 1340785. OLE color: 1340785.

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

Color convert

RGB11311720-
CMYK0.0300.830.54
HSL62.47º70.8%26.86%-
HSV(B)62.47º82.91%45.88%-
XYZ13.316.283.1-
YUV104.7580.17133.89-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.2%
GREEN value IS 117 (46.09% from 255) = 46.8%
BLUE value IS 20 (8.20% from 255) = 8%
R=45.2%
G=46.8%
B=8%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal113117200.0300.830.5462.4770.826.86
Hex7175143053363e471b
Octal1611652430123667610733
Binary11100011110101101001101010011110110111110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717514; }

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

 H1.HeaderClassName
 {
   color: #717514;
 }
 .AnyTagClassName
 {
   color: #717514;
 }
</style>
background-color css

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

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

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

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

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

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