Html Css Color HEX #8FA59A Tower Grey

📋 copy color: '#8FA59A'

red 143 ◦ green 165 ◦ blue 154

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

Shades of Tower Grey #8FA59A

Tints of Tower Grey #8FA59A

RGB

 RED value IS 143 (56.25% from 255) = 30.95%

 GREEN value IS 165 (64.84% from 255) = 35.71%

 BLUE value IS 154 (60.55% from 255) = 33.33%

R = 30.95%
G = 35.71%
B = 33.33%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#8FA59A (or 0x8FA59A) is known color: Tower Grey. HEX triplet: 8F, A5 and 9A. RGB value is (143,165,154). Sum of RGB (Red+Green+Blue) = 143+165+154=462 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.95% from 462); Green value is 165 (64.84% from 255 or 35.71% from 462); Blue value is 154 (60.55% from 255 or 33.33% from 462); Max value from RGB is 165 - color contains mainly: green. Hex color #8FA59A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA59A is #705A65. Grayscale: #9D9D9D. Windows color (decimal): -7363174 or 10134927. OLE color: 10134927.

HSL color Cylindrical-coordinate representation of color #8FA59A: hue angle of 150º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8FA59A is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB 143 165 154 -
CMYK 0.13 0 0.07 0.35
HSL 150º 0.11% 0.6% -
HSV(B) 150º 0.13% 0.65% -
XYZ 30.62 35.08 35.73 -
YUV 157.17 126.21 117.89 -
System Red Green Blue C M Y K H S L
Decimal 143 165 154 0.13 0 0.07 0.35 150 0.11 0.6
Hex 8F A5 9A D 0 7 23 96 B 3C
Octal 217 245 232 15 0 7 43 226 13 74
Binary 10001111 10100101 10011010 1101 0 111 100011 10010110 1011 111100

Color Harmonies of #8FA59A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FA59A

Black with #8FA59A

Text Example


Text Example

White with #8FA59A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8FA59A; }

 p { color: rgb(143,165,154); }

 H1.HeaderClassName
 {
   color: #8FA59A;
 }
 .AnyTagClassName
 {
   color: #8FA59A;
 }
</style>

background-color css

<style>
 a { background-color: #8FA59A; }

 a { background-color: rgb(143,165,154); }

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

border-color css

<style>
 span { border-color: #8FA59A; }

 span { border-color: rgb(143,165,154); }

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