Html Css Color HEX #8CA795 Edward

📋 copy color: '#8CA795'

red 140 ◦ green 167 ◦ blue 149

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

Shades of Edward #8CA795

Tints of Edward #8CA795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 32.68%

R = 30.7%
G = 36.62%
B = 32.68%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#8CA795 (or 0x8CA795) is known color: Edward. HEX triplet: 8C, A7 and 95. RGB value is (140,167,149). Sum of RGB (Red+Green+Blue) = 140+167+149=456 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.70% from 456); Green value is 167 (65.62% from 255 or 36.62% from 456); Blue value is 149 (58.59% from 255 or 32.68% from 456); Max value from RGB is 167 - color contains mainly: green. Hex color #8CA795 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA795 is #73586A. Grayscale: #9C9C9C. Windows color (decimal): -7559275 or 9807756. OLE color: 9807756.

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

Color convert

RGB 140 167 149 -
CMYK 0.16 0 0.11 0.35
HSL 140º 0.13% 0.6% -
HSV(B) 140º 0.16% 0.65% -
XYZ 30.06 35.38 33.68 -
YUV 156.88 123.55 115.96 -
System Red Green Blue C M Y K H S L
Decimal 140 167 149 0.16 0 0.11 0.35 140 0.13 0.6
Hex 8C A7 95 10 0 B 23 8C D 3C
Octal 214 247 225 20 0 13 43 214 15 74
Binary 10001100 10100111 10010101 10000 0 1011 100011 10001100 1101 111100

Color Harmonies of #8CA795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA795

Black with #8CA795

Text Example


Text Example

White with #8CA795

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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