Html Css Color HEX #999B60 Avocado

📋 copy color: '#999B60'

red 153 ◦ green 155 ◦ blue 96

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

Shades of Avocado #999B60

Tints of Avocado #999B60

RGB

 RED value IS 153 (60.16% from 255) = 37.87%

 GREEN value IS 155 (60.94% from 255) = 38.37%

 BLUE value IS 96 (37.89% from 255) = 23.76%

R = 37.87%
G = 38.37%
B = 23.76%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.38

 K value IS 0.39

RGB Variations

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

Color information

#999B60 (or 0x999B60) is known color: Avocado. HEX triplet: 99, 9B and 60. RGB value is (153,155,96). Sum of RGB (Red+Green+Blue) = 153+155+96=404 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.87% from 404); Green value is 155 (60.94% from 255 or 38.37% from 404); Blue value is 96 (37.89% from 255 or 23.76% from 404); Max value from RGB is 155 - color contains mainly: green. Hex color #999B60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999B60 is #66649F. Grayscale: #939393. Windows color (decimal): -6710432 or 6331289. OLE color: 6331289.

HSL color Cylindrical-coordinate representation of color #999B60: hue angle of 62.03º 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 #999B60 is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.39.

Color convert

RGB 153 155 96 -
CMYK 0.01 0 0.38 0.39
HSL 62.03º 0.24% 0.49% -
HSV(B) 62.03º 0.38% 0.61% -
XYZ 26.97 31.06 15.64 -
YUV 147.68 98.84 131.8 -
System Red Green Blue C M Y K H S L
Decimal 153 155 96 0.01 0 0.38 0.39 62.03 0.24 0.49
Hex 99 9B 60 1 0 26 27 3E 18 31
Octal 231 233 140 1 0 46 47 76 30 61
Binary 10011001 10011011 1100000 1 0 100110 100111 111110 11000 110001

Color Harmonies of #999B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999B60

Black with #999B60

Text Example


Text Example

White with #999B60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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