Html Css Color HEX #8CA79F Cascade

📋 copy color: '#8CA79F'

red 140 ◦ green 167 ◦ blue 159

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

Shades of Cascade #8CA79F

Tints of Cascade #8CA79F

RGB

 RED value IS 140 (55.08% from 255) = 30.04%

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

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

R = 30.04%
G = 35.84%
B = 34.12%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#8CA79F (or 0x8CA79F) is known color: Cascade. HEX triplet: 8C, A7 and 9F. RGB value is (140,167,159). Sum of RGB (Red+Green+Blue) = 140+167+159=466 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.04% from 466); Green value is 167 (65.62% from 255 or 35.84% from 466); Blue value is 159 (62.5% from 255 or 34.12% from 466); Max value from RGB is 167 - color contains mainly: green. Hex color #8CA79F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA79F is #735860. Grayscale: #9E9E9E. Windows color (decimal): -7559265 or 10463116. OLE color: 10463116.

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

Color convert

RGB 140 167 159 -
CMYK 0.16 0 0.05 0.35
HSL 162.22º 0.13% 0.6% -
HSV(B) 162.22º 0.16% 0.65% -
XYZ 30.89 35.72 38.07 -
YUV 158.02 128.55 115.15 -
System Red Green Blue C M Y K H S L
Decimal 140 167 159 0.16 0 0.05 0.35 162.22 0.13 0.6
Hex 8C A7 9F 10 0 5 23 A2 D 3C
Octal 214 247 237 20 0 5 43 242 15 74
Binary 10001100 10100111 10011111 10000 0 101 100011 10100010 1101 111100

Color Harmonies of #8CA79F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA79F

Black with #8CA79F

Text Example


Text Example

White with #8CA79F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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