Html Css Color HEX #9DA06D Avocado

📋 copy color: '#9DA06D'

red 157 ◦ green 160 ◦ blue 109

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

Shades of Avocado #9DA06D

Tints of Avocado #9DA06D

RGB

 RED value IS 157 (61.72% from 255) = 36.85%

 GREEN value IS 160 (62.89% from 255) = 37.56%

 BLUE value IS 109 (42.97% from 255) = 25.59%

R = 36.85%
G = 37.56%
B = 25.59%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#9DA06D (or 0x9DA06D) is known color: Avocado. HEX triplet: 9D, A0 and 6D. RGB value is (157,160,109). Sum of RGB (Red+Green+Blue) = 157+160+109=426 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.85% from 426); Green value is 160 (62.89% from 255 or 37.56% from 426); Blue value is 109 (42.97% from 255 or 25.59% from 426); Max value from RGB is 160 - color contains mainly: green. Hex color #9DA06D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DA06D is #625F92. Grayscale: #999999. Windows color (decimal): -6446995 or 7184541. OLE color: 7184541.

HSL color Cylindrical-coordinate representation of color #9DA06D: hue angle of 63.53º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9DA06D is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB 157 160 109 -
CMYK 0.02 0 0.32 0.37
HSL 63.53º 0.21% 0.53% -
HSV(B) 63.53º 0.32% 0.63% -
XYZ 29.24 33.41 19.38 -
YUV 153.29 103.01 130.65 -
System Red Green Blue C M Y K H S L
Decimal 157 160 109 0.02 0 0.32 0.37 63.53 0.21 0.53
Hex 9D A0 6D 2 0 20 25 40 15 35
Octal 235 240 155 2 0 40 45 100 25 65
Binary 10011101 10100000 1101101 10 0 100000 100101 1000000 10101 110101

Color Harmonies of #9DA06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DA06D

Black with #9DA06D

Text Example


Text Example

White with #9DA06D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,160,109); }

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

background-color css

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

 a { background-color: rgb(157,160,109); }

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

border-color css

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

 span { border-color: rgb(157,160,109); }

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