Html Css Color HEX #9A9F6E Avocado

📋 copy color: '#9A9F6E'

red 154 ◦ green 159 ◦ blue 110

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

Shades of Avocado #9A9F6E

Tints of Avocado #9A9F6E

RGB

 RED value IS 154 (60.55% from 255) = 36.41%

 GREEN value IS 159 (62.5% from 255) = 37.59%

 BLUE value IS 110 (43.36% from 255) = 26%

R = 36.41%
G = 37.59%
B = 26%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#9A9F6E (or 0x9A9F6E) is known color: Avocado. HEX triplet: 9A, 9F and 6E. RGB value is (154,159,110). Sum of RGB (Red+Green+Blue) = 154+159+110=423 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.41% from 423); Green value is 159 (62.5% from 255 or 37.59% from 423); Blue value is 110 (43.36% from 255 or 26.00% from 423); Max value from RGB is 159 - color contains mainly: green. Hex color #9A9F6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A9F6E is #656091. Grayscale: #989898. Windows color (decimal): -6643858 or 7249818. OLE color: 7249818.

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

Color convert

RGB 154 159 110 -
CMYK 0.03 0 0.31 0.38
HSL 66.12º 0.2% 0.53% -
HSV(B) 66.12º 0.31% 0.62% -
XYZ 28.54 32.79 19.58 -
YUV 151.92 104.34 129.48 -
System Red Green Blue C M Y K H S L
Decimal 154 159 110 0.03 0 0.31 0.38 66.12 0.2 0.53
Hex 9A 9F 6E 3 0 1F 26 42 14 35
Octal 232 237 156 3 0 37 46 102 24 65
Binary 10011010 10011111 1101110 11 0 11111 100110 1000010 10100 110101

Color Harmonies of #9A9F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A9F6E

Black with #9A9F6E

Text Example


Text Example

White with #9A9F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A9F6E; }

 p { color: rgb(154,159,110); }

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

background-color css

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

 a { background-color: rgb(154,159,110); }

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

border-color css

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

 span { border-color: rgb(154,159,110); }

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