#76C98B

Color #76C98B De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #76C98B

Tints of De York #76C98B

Color information

#76C98B (or 0x76C98B) is unknown color: approx De York. HEX triplet: 76, C9 and 8B. RGB value is (118,201,139). Sum of RGB (Red+Green+Blue) = 118+201+139=458 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.76% from 458); Green value is 201 (78.91% from 255 or 43.89% from 458); Blue value is 139 (54.69% from 255 or 30.35% from 458); Max value from RGB is 201 - color contains mainly: green. Hex color #76C98B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C98B is #893674. Grayscale: #A9A9A9. Windows color (decimal): -8992373 or 9161078. OLE color: 9161078.

HSL color Cylindrical-coordinate representation of color #76C98B: hue angle of 135.18º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #76C98B is Cyan = 0.41, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB118201139-
CMYK0.4100.310.21
HSL135.18º43.46%62.55%-
HSV(B)135.18º41.29%78.82%-
XYZ33.0247.4931.85-
YUV169.1211191.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.76%
GREEN value IS 201 (78.91% from 255) = 43.89%
BLUE value IS 139 (54.69% from 255) = 30.35%
R=25.76%
G=43.89%
B=30.35%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1182011390.4100.310.21135.1843.4662.55
Hex76C98B2901F15872b3f
Octal16631121351037252075377
Binary111011011001001100010111010010111111010110000111101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76C98B; }

 p { color: rgb(118,201,139); }

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

<style>
 a { background-color: #76C98B; }

 a { background-color: rgb(118,201,139); }

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

<style>
 span { border-color: #76C98B; }

 span { border-color: rgb(118,201,139); }

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