Html Css Color HEX #999756 Avocado

📋 copy color: '#999756'

red 153 ◦ green 151 ◦ blue 86

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

Shades of Avocado #999756

Tints of Avocado #999756

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.72%

 BLUE value IS 86 (33.98% from 255) = 22.05%

R = 39.23%
G = 38.72%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.44

 K value IS 0.4

RGB Variations

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

Color information

#999756 (or 0x999756) is known color: Avocado. HEX triplet: 99, 97 and 56. RGB value is (153,151,86). Sum of RGB (Red+Green+Blue) = 153+151+86=390 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.23% from 390); Green value is 151 (59.38% from 255 or 38.72% from 390); Blue value is 86 (33.98% from 255 or 22.05% from 390); Max value from RGB is 153 - color contains mainly: red. Hex color #999756 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999756 is #6668A9. Grayscale: #909090. Windows color (decimal): -6711466 or 5674905. OLE color: 5674905.

HSL color Cylindrical-coordinate representation of color #999756: hue angle of 58.21º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #999756 is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 151 86 -
CMYK 0 0.01 0.44 0.4
HSL 58.21º 0.28% 0.47% -
HSV(B) 58.21º 0.44% 0.6% -
XYZ 25.88 29.58 13.15 -
YUV 144.19 95.16 134.29 -
System Red Green Blue C M Y K H S L
Decimal 153 151 86 0 0.01 0.44 0.4 58.21 0.28 0.47
Hex 99 97 56 0 1 2C 28 3A 1C 2F
Octal 231 227 126 0 1 54 50 72 34 57
Binary 10011001 10010111 1010110 0 1 101100 101000 111010 11100 101111

Color Harmonies of #999756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999756

Black with #999756

Text Example


Text Example

White with #999756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999756; }

 p { color: rgb(153,151,86); }

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

background-color css

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

 a { background-color: rgb(153,151,86); }

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

border-color css

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

 span { border-color: rgb(153,151,86); }

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