#717728

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

Shades of Olivetone #717728

Tints of Olivetone #717728

Color information

#717728 (or 0x717728) is unknown color: approx Olivetone. HEX triplet: 71, 77 and 28. RGB value is (113,119,40). Sum of RGB (Red+Green+Blue) = 113+119+40=272 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.54% from 272); Green value is 119 (46.88% from 255 or 43.75% from 272); Blue value is 40 (16.02% from 255 or 14.71% from 272); Max value from RGB is 119 - color contains mainly: green. Hex color #717728 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717728 is #8E88D7. Grayscale: #6C6C6C. Windows color (decimal): -9341144 or 2652017. OLE color: 2652017.

HSL color Cylindrical-coordinate representation of color #717728: hue angle of 64.56º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #717728 is Cyan = 0.05, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB11311940-
CMYK0.0500.660.53
HSL64.56º49.69%31.18%-
HSV(B)64.56º66.39%46.67%-
XYZ13.7916.864.53-
YUV108.289.51131.42-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.54%
GREEN value IS 119 (46.88% from 255) = 43.75%
BLUE value IS 40 (16.02% from 255) = 14.71%
R=41.54%
G=43.75%
B=14.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal113119400.0500.660.5364.5649.6931.18
Hex71772850423541321f
Octal1611675050102651016237
Binary1110001111011110100010101000010110101100000111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717728; }

 p { color: rgb(113,119,40); }

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

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

 a { background-color: rgb(113,119,40); }

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

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

 span { border-color: rgb(113,119,40); }

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