#9D9F6C

Color #9D9F6C Avocado (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Avocado #9D9F6C

Tints of Avocado #9D9F6C

Color information

#9D9F6C (or 0x9D9F6C) is unknown color: approx Avocado. HEX triplet: 9D, 9F and 6C. RGB value is (157,159,108). Sum of RGB (Red+Green+Blue) = 157+159+108=424 (56% of max value = 765). Red value is 157 (61.72% from 255 or 37.03% from 424); Green value is 159 (62.5% from 255 or 37.5% from 424); Blue value is 108 (42.58% from 255 or 25.47% from 424); Max value from RGB is 159 - color contains mainly: green. Hex color #9D9F6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9F6C is #626093. Grayscale: #989898. Windows color (decimal): -6447252 or 7118749. OLE color: 7118749.

HSL color Cylindrical-coordinate representation of color #9D9F6C: hue angle of 62.35º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9D9F6C is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.

Color convert

RGB157159108-
CMYK0.0100.320.38
HSL62.35º20.99%52.35%-
HSV(B)62.35º32.08%62.35%-
XYZ29.0133.0519.04-
YUV152.59102.84131.15-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.03%
GREEN value IS 159 (62.5% from 255) = 37.5%
BLUE value IS 108 (42.58% from 255) = 25.47%
R=37.03%
G=37.5%
B=25.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571591080.0100.320.3862.3520.9952.35
Hex9D9F6C1020263e1534
Octal235237154104046762564
Binary100111011001111111011001010000010011011111010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,159,108); }

 H1.HeaderClassName
 {
   color: #9D9F6C;
 }
 .AnyTagClassName
 {
   color: #9D9F6C;
 }
</style>
background-color css

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

 a { background-color: rgb(157,159,108); }

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

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

 span { border-color: rgb(157,159,108); }

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