Html Css Color HEX #9FA689 Bud

📋 copy color: '#9FA689'

red 159 ◦ green 166 ◦ blue 137

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

Shades of Bud #9FA689

Tints of Bud #9FA689

RGB

 RED value IS 159 (62.5% from 255) = 34.42%

 GREEN value IS 166 (65.23% from 255) = 35.93%

 BLUE value IS 137 (53.91% from 255) = 29.65%

R = 34.42%
G = 35.93%
B = 29.65%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#9FA689 (or 0x9FA689) is known color: Bud. HEX triplet: 9F, A6 and 89. RGB value is (159,166,137). Sum of RGB (Red+Green+Blue) = 159+166+137=462 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.42% from 462); Green value is 166 (65.23% from 255 or 35.93% from 462); Blue value is 137 (53.91% from 255 or 29.65% from 462); Max value from RGB is 166 - color contains mainly: green. Hex color #9FA689 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA689 is #605976. Grayscale: #A0A0A0. Windows color (decimal): -6314359 or 9021087. OLE color: 9021087.

HSL color Cylindrical-coordinate representation of color #9FA689: hue angle of 74.48º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9FA689 is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB 159 166 137 -
CMYK 0.04 0 0.17 0.35
HSL 74.48º 0.14% 0.59% -
HSV(B) 74.48º 0.17% 0.65% -
XYZ 32.45 36.45 28.99 -
YUV 160.6 114.68 126.86 -
System Red Green Blue C M Y K H S L
Decimal 159 166 137 0.04 0 0.17 0.35 74.48 0.14 0.59
Hex 9F A6 89 4 0 11 23 4A E 3B
Octal 237 246 211 4 0 21 43 112 16 73
Binary 10011111 10100110 10001001 100 0 10001 100011 1001010 1110 111011

Color Harmonies of #9FA689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA689

Black with #9FA689

Text Example


Text Example

White with #9FA689

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,166,137); }

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

background-color css

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

 a { background-color: rgb(159,166,137); }

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

border-color css

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

 span { border-color: rgb(159,166,137); }

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