Html Css Color HEX #9D9F6C Avocado

📋 copy color: '#9D9F6C'

red 157 ◦ green 159 ◦ blue 108

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

Shades of Avocado #9D9F6C

Tints of Avocado #9D9F6C

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 value IS 0.01

 M value IS 0

 Y value IS 0.32

 K value IS 0.38

RGB Variations

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

Color information

#9D9F6C (or 0x9D9F6C) is known color: 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

RGB 157 159 108 -
CMYK 0.01 0 0.32 0.38
HSL 62.35º 0.21% 0.52% -
HSV(B) 62.35º 0.32% 0.62% -
XYZ 29.01 33.05 19.04 -
YUV 152.59 102.84 131.15 -
System Red Green Blue C M Y K H S L
Decimal 157 159 108 0.01 0 0.32 0.38 62.35 0.21 0.52
Hex 9D 9F 6C 1 0 20 26 3E 15 34
Octal 235 237 154 1 0 40 46 76 25 64
Binary 10011101 10011111 1101100 1 0 100000 100110 111110 10101 110100

Color Harmonies of #9D9F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D9F6C

Black with #9D9F6C

Text Example


Text Example

White with #9D9F6C

Text Example


Text Example

HTML Codes & Css Web 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>