Html Css Color HEX #8FA59B Cascade

📋 copy color: '#8FA59B'

red 143 ◦ green 165 ◦ blue 155

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

Shades of Cascade #8FA59B

Tints of Cascade #8FA59B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 33.48%

R = 30.89%
G = 35.64%
B = 33.48%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#8FA59B (or 0x8FA59B) is known color: Cascade. HEX triplet: 8F, A5 and 9B. RGB value is (143,165,155). Sum of RGB (Red+Green+Blue) = 143+165+155=463 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.89% from 463); Green value is 165 (64.84% from 255 or 35.64% from 463); Blue value is 155 (60.94% from 255 or 33.48% from 463); Max value from RGB is 165 - color contains mainly: green. Hex color #8FA59B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA59B is #705A64. Grayscale: #9D9D9D. Windows color (decimal): -7363173 or 10200463. OLE color: 10200463.

HSL color Cylindrical-coordinate representation of color #8FA59B: hue angle of 152.73º 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 #8FA59B is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB 143 165 155 -
CMYK 0.13 0 0.06 0.35
HSL 152.73º 0.11% 0.6% -
HSV(B) 152.73º 0.13% 0.65% -
XYZ 30.7 35.12 36.17 -
YUV 157.28 126.71 117.81 -
System Red Green Blue C M Y K H S L
Decimal 143 165 155 0.13 0 0.06 0.35 152.73 0.11 0.6
Hex 8F A5 9B D 0 6 23 99 B 3C
Octal 217 245 233 15 0 6 43 231 13 74
Binary 10001111 10100101 10011011 1101 0 110 100011 10011001 1011 111100

Color Harmonies of #8FA59B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FA59B

Black with #8FA59B

Text Example


Text Example

White with #8FA59B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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