Html Css Color HEX #999E71 Avocado

📋 copy color: '#999E71'

red 153 ◦ green 158 ◦ blue 113

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

Shades of Avocado #999E71

Tints of Avocado #999E71

RGB

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

 GREEN value IS 158 (62.11% from 255) = 37.26%

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

R = 36.08%
G = 37.26%
B = 26.65%

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

#999E71 (or 0x999E71) is known color: Avocado. HEX triplet: 99, 9E and 71. RGB value is (153,158,113). Sum of RGB (Red+Green+Blue) = 153+158+113=424 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.08% from 424); Green value is 158 (62.11% from 255 or 37.26% from 424); Blue value is 113 (44.53% from 255 or 26.65% from 424); Max value from RGB is 158 - color contains mainly: green. Hex color #999E71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999E71 is #66618E. Grayscale: #979797. Windows color (decimal): -6709647 or 7446169. OLE color: 7446169.

HSL color Cylindrical-coordinate representation of color #999E71: hue angle of 66.67º degrees, saturation: 0.19, 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 #999E71 is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB 153 158 113 -
CMYK 0.03 0 0.28 0.38
HSL 66.67º 0.19% 0.53% -
HSV(B) 66.67º 0.28% 0.62% -
XYZ 28.34 32.42 20.39 -
YUV 151.38 106.34 129.16 -
System Red Green Blue C M Y K H S L
Decimal 153 158 113 0.03 0 0.28 0.38 66.67 0.19 0.53
Hex 99 9E 71 3 0 1C 26 43 13 35
Octal 231 236 161 3 0 34 46 103 23 65
Binary 10011001 10011110 1110001 11 0 11100 100110 1000011 10011 110101

Color Harmonies of #999E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999E71

Black with #999E71

Text Example


Text Example

White with #999E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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