#999C60

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

Shades of Avocado #999C60

Tints of Avocado #999C60

Color information

#999C60 (or 0x999C60) is unknown color: approx Avocado. HEX triplet: 99, 9C and 60. RGB value is (153,156,96). Sum of RGB (Red+Green+Blue) = 153+156+96=405 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.78% from 405); Green value is 156 (61.33% from 255 or 38.52% from 405); Blue value is 96 (37.89% from 255 or 23.70% from 405); Max value from RGB is 156 - color contains mainly: green. Hex color #999C60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999C60 is #66639F. Grayscale: #949494. Windows color (decimal): -6710176 or 6331545. OLE color: 6331545.

HSL color Cylindrical-coordinate representation of color #999C60: hue angle of 63º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #999C60 is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.39.

Color convert

RGB15315696-
CMYK0.0200.380.39
HSL63º23.81%49.41%-
HSV(B)63º38.46%61.18%-
XYZ27.1431.3915.7-
YUV148.2698.51131.38-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.78%
GREEN value IS 156 (61.33% from 255) = 38.52%
BLUE value IS 96 (37.89% from 255) = 23.70%
R=37.78%
G=38.52%
B=23.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal153156960.0200.380.396323.8149.41
Hex999C602026273f1831
Octal231234140204647773061
Binary1001100110011100110000010010011010011111111111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999C60; }

 p { color: rgb(153,156,96); }

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

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

 a { background-color: rgb(153,156,96); }

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

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

 span { border-color: rgb(153,156,96); }

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