Html Css Color HEX #999D72 Avocado

📋 copy color: '#999D72'

red 153 ◦ green 157 ◦ blue 114

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

Shades of Avocado #999D72

Tints of Avocado #999D72

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.03%

 BLUE value IS 114 (44.92% from 255) = 26.89%

R = 36.08%
G = 37.03%
B = 26.89%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.27

 K value IS 0.38

RGB Variations

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

Color information

#999D72 (or 0x999D72) is known color: Avocado. HEX triplet: 99, 9D and 72. RGB value is (153,157,114). Sum of RGB (Red+Green+Blue) = 153+157+114=424 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.08% from 424); Green value is 157 (61.72% from 255 or 37.03% from 424); Blue value is 114 (44.92% from 255 or 26.89% from 424); Max value from RGB is 157 - color contains mainly: green. Hex color #999D72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999D72 is #66628D. Grayscale: #979797. Windows color (decimal): -6709902 or 7511449. OLE color: 7511449.

HSL color Cylindrical-coordinate representation of color #999D72: hue angle of 65.58º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #999D72 is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.

Color convert

RGB 153 157 114 -
CMYK 0.03 0 0.27 0.38
HSL 65.58º 0.18% 0.53% -
HSV(B) 65.58º 0.27% 0.62% -
XYZ 28.23 32.1 20.63 -
YUV 150.9 107.17 129.5 -
System Red Green Blue C M Y K H S L
Decimal 153 157 114 0.03 0 0.27 0.38 65.58 0.18 0.53
Hex 99 9D 72 3 0 1B 26 42 12 35
Octal 231 235 162 3 0 33 46 102 22 65
Binary 10011001 10011101 1110010 11 0 11011 100110 1000010 10010 110101

Color Harmonies of #999D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999D72

Black with #999D72

Text Example


Text Example

White with #999D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,157,114); }

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

background-color css

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

 a { background-color: rgb(153,157,114); }

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

border-color css

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

 span { border-color: rgb(153,157,114); }

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