Html Css Color HEX #9FA789 Bud

📋 copy color: '#9FA789'

red 159 ◦ green 167 ◦ blue 137

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

Shades of Bud #9FA789

Tints of Bud #9FA789

RGB

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

 GREEN value IS 167 (65.63% from 255) = 36.07%

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

R = 34.34%
G = 36.07%
B = 29.59%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.18

 K value IS 0.35

RGB Variations

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

Color information

#9FA789 (or 0x9FA789) is known color: Bud. HEX triplet: 9F, A7 and 89. RGB value is (159,167,137). Sum of RGB (Red+Green+Blue) = 159+167+137=463 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.34% from 463); Green value is 167 (65.62% from 255 or 36.07% from 463); Blue value is 137 (53.91% from 255 or 29.59% from 463); Max value from RGB is 167 - color contains mainly: green. Hex color #9FA789 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA789 is #605876. Grayscale: #A1A1A1. Windows color (decimal): -6314103 or 9021343. OLE color: 9021343.

HSL color Cylindrical-coordinate representation of color #9FA789: hue angle of 76º degrees, saturation: 0.15, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9FA789 is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.35.

Color convert

RGB 159 167 137 -
CMYK 0.05 0 0.18 0.35
HSL 76º 0.15% 0.6% -
HSV(B) 76º 0.18% 0.65% -
XYZ 32.63 36.81 29.05 -
YUV 161.19 114.35 126.44 -
System Red Green Blue C M Y K H S L
Decimal 159 167 137 0.05 0 0.18 0.35 76 0.15 0.6
Hex 9F A7 89 5 0 12 23 4C F 3C
Octal 237 247 211 5 0 22 43 114 17 74
Binary 10011111 10100111 10001001 101 0 10010 100011 1001100 1111 111100

Color Harmonies of #9FA789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA789

Black with #9FA789

Text Example


Text Example

White with #9FA789

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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