Html Css Color HEX #999761 Avocado

📋 copy color: '#999761'

red 153 ◦ green 151 ◦ blue 97

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

Shades of Avocado #999761

Tints of Avocado #999761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 24.19%

R = 38.15%
G = 37.66%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.37

 K value IS 0.4

RGB Variations

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

Color information

#999761 (or 0x999761) is known color: Avocado. HEX triplet: 99, 97 and 61. RGB value is (153,151,97). Sum of RGB (Red+Green+Blue) = 153+151+97=401 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.15% from 401); Green value is 151 (59.38% from 255 or 37.66% from 401); Blue value is 97 (38.28% from 255 or 24.19% from 401); Max value from RGB is 153 - color contains mainly: red. Hex color #999761 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999761 is #66689E. Grayscale: #919191. Windows color (decimal): -6711455 or 6395801. OLE color: 6395801.

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

Color convert

RGB 153 151 97 -
CMYK 0 0.01 0.37 0.4
HSL 57.86º 0.22% 0.49% -
HSV(B) 57.86º 0.37% 0.6% -
XYZ 26.36 29.77 15.67 -
YUV 145.44 100.66 133.39 -
System Red Green Blue C M Y K H S L
Decimal 153 151 97 0 0.01 0.37 0.4 57.86 0.22 0.49
Hex 99 97 61 0 1 25 28 3A 16 31
Octal 231 227 141 0 1 45 50 72 26 61
Binary 10011001 10010111 1100001 0 1 100101 101000 111010 10110 110001

Color Harmonies of #999761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999761

Black with #999761

Text Example


Text Example

White with #999761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999761; }

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

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

background-color css

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

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

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

border-color css

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

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

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