Html Css Color HEX #8FA59F Cascade

📋 copy color: '#8FA59F'

red 143 ◦ green 165 ◦ blue 159

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

Shades of Cascade #8FA59F

Tints of Cascade #8FA59F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 34.05%

R = 30.62%
G = 35.33%
B = 34.05%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#8FA59F (or 0x8FA59F) is known color: Cascade. HEX triplet: 8F, A5 and 9F. RGB value is (143,165,159). Sum of RGB (Red+Green+Blue) = 143+165+159=467 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.62% from 467); Green value is 165 (64.84% from 255 or 35.33% from 467); Blue value is 159 (62.5% from 255 or 34.05% from 467); Max value from RGB is 165 - color contains mainly: green. Hex color #8FA59F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA59F is #705A60. Grayscale: #9D9D9D. Windows color (decimal): -7363169 or 10462607. OLE color: 10462607.

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

Color convert

RGB 143 165 159 -
CMYK 0.13 0 0.04 0.35
HSL 163.64º 0.11% 0.6% -
HSV(B) 163.64º 0.13% 0.65% -
XYZ 31.04 35.25 37.97 -
YUV 157.74 128.71 117.49 -
System Red Green Blue C M Y K H S L
Decimal 143 165 159 0.13 0 0.04 0.35 163.64 0.11 0.6
Hex 8F A5 9F D 0 4 23 A4 B 3C
Octal 217 245 237 15 0 4 43 244 13 74
Binary 10001111 10100101 10011111 1101 0 100 100011 10100100 1011 111100

Color Harmonies of #8FA59F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FA59F

Black with #8FA59F

Text Example


Text Example

White with #8FA59F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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