#9CB79F

Color #9CB79F Edward (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Edward #9CB79F

Tints of Edward #9CB79F

Color information

#9CB79F (or 0x9CB79F) is unknown color: approx Edward. HEX triplet: 9C, B7 and 9F. RGB value is (156,183,159). Sum of RGB (Red+Green+Blue) = 156+183+159=498 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.33% from 498); Green value is 183 (71.88% from 255 or 36.75% from 498); Blue value is 159 (62.5% from 255 or 31.93% from 498); Max value from RGB is 183 - color contains mainly: green. Hex color #9CB79F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CB79F is #634860. Grayscale: #ACACAC. Windows color (decimal): -6506593 or 10467228. OLE color: 10467228.

HSL color Cylindrical-coordinate representation of color #9CB79F: hue angle of 126.67º degrees, saturation: 0.16, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9CB79F is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.28.

Color convert

RGB156183159-
CMYK0.1500.130.28
HSL126.67º15.79%66.47%-
HSV(B)126.67º14.75%71.76%-
XYZ36.943.4439.24-
YUV172.19120.55116.45-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.33%
GREEN value IS 183 (71.88% from 255) = 36.75%
BLUE value IS 159 (62.5% from 255) = 31.93%
R=31.33%
G=36.75%
B=31.93%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1561831590.1500.130.28126.6715.7966.47
Hex9CB79FF0D1C7f1042
Octal234267237170153417720102
Binary100111001011011110011111111101101111001111111100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB79F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9CB79F; }

 p { color: rgb(156,183,159); }

 H1.HeaderClassName
 {
   color: #9CB79F;
 }
 .AnyTagClassName
 {
   color: #9CB79F;
 }
</style>
background-color css

<style>
 a { background-color: #9CB79F; }

 a { background-color: rgb(156,183,159); }

 div.DivClassName
 {
   background-color: #9CB79F;
 }
 .BgClassName
 {
   background-color: #9CB79F;
 }
</style>
border-color css

<style>
 span { border-color: #9CB79F; }

 span { border-color: rgb(156,183,159); }

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