Html Css Color HEX #999D71 Avocado

📋 copy color: '#999D71'

red 153 ◦ green 157 ◦ blue 113

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

Shades of Avocado #999D71

Tints of Avocado #999D71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 26.71%

R = 36.17%
G = 37.12%
B = 26.71%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#999D71 (or 0x999D71) is known color: Avocado. HEX triplet: 99, 9D and 71. RGB value is (153,157,113). Sum of RGB (Red+Green+Blue) = 153+157+113=423 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.17% from 423); Green value is 157 (61.72% from 255 or 37.12% from 423); Blue value is 113 (44.53% from 255 or 26.71% from 423); Max value from RGB is 157 - color contains mainly: green. Hex color #999D71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999D71 is #66628E. Grayscale: #969696. Windows color (decimal): -6709903 or 7445913. OLE color: 7445913.

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

Color convert

RGB 153 157 113 -
CMYK 0.03 0 0.28 0.38
HSL 65.45º 0.18% 0.53% -
HSV(B) 65.45º 0.28% 0.62% -
XYZ 28.17 32.08 20.33 -
YUV 150.79 106.67 129.58 -
System Red Green Blue C M Y K H S L
Decimal 153 157 113 0.03 0 0.28 0.38 65.45 0.18 0.53
Hex 99 9D 71 3 0 1C 26 41 12 35
Octal 231 235 161 3 0 34 46 101 22 65
Binary 10011001 10011101 1110001 11 0 11100 100110 1000001 10010 110101

Color Harmonies of #999D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999D71

Black with #999D71

Text Example


Text Example

White with #999D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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