Html Css Color HEX #9A9D6F Avocado

📋 copy color: '#9A9D6F'

red 154 ◦ green 157 ◦ blue 111

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

Shades of Avocado #9A9D6F

Tints of Avocado #9A9D6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 26.3%

R = 36.49%
G = 37.2%
B = 26.3%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.29

 K value IS 0.38

RGB Variations

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

Color information

#9A9D6F (or 0x9A9D6F) is known color: Avocado. HEX triplet: 9A, 9D and 6F. RGB value is (154,157,111). Sum of RGB (Red+Green+Blue) = 154+157+111=422 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.49% from 422); Green value is 157 (61.72% from 255 or 37.20% from 422); Blue value is 111 (43.75% from 255 or 26.30% from 422); Max value from RGB is 157 - color contains mainly: green. Hex color #9A9D6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A9D6F is #656290. Grayscale: #979797. Windows color (decimal): -6644369 or 7314842. OLE color: 7314842.

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

Color convert

RGB 154 157 111 -
CMYK 0.02 0 0.29 0.38
HSL 63.91º 0.19% 0.53% -
HSV(B) 63.91º 0.29% 0.62% -
XYZ 28.25 32.13 19.75 -
YUV 150.86 105.51 130.24 -
System Red Green Blue C M Y K H S L
Decimal 154 157 111 0.02 0 0.29 0.38 63.91 0.19 0.53
Hex 9A 9D 6F 2 0 1D 26 40 13 35
Octal 232 235 157 2 0 35 46 100 23 65
Binary 10011010 10011101 1101111 10 0 11101 100110 1000000 10011 110101

Color Harmonies of #9A9D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A9D6F

Black with #9A9D6F

Text Example


Text Example

White with #9A9D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,157,111); }

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

background-color css

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

 a { background-color: rgb(154,157,111); }

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

border-color css

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

 span { border-color: rgb(154,157,111); }

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