#76CA7B

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

Shades of De York #76CA7B

Tints of De York #76CA7B

Color information

#76CA7B (or 0x76CA7B) is unknown color: approx De York. HEX triplet: 76, CA and 7B. RGB value is (118,202,123). Sum of RGB (Red+Green+Blue) = 118+202+123=443 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.64% from 443); Green value is 202 (79.30% from 255 or 45.60% from 443); Blue value is 123 (48.44% from 255 or 27.77% from 443); Max value from RGB is 202 - color contains mainly: green. Hex color #76CA7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76CA7B is #893584. Grayscale: #A8A8A8. Windows color (decimal): -8992133 or 8112758. OLE color: 8112758.

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

Color convert

RGB118202123-
CMYK0.4200.390.21
HSL123.57º44.21%62.75%-
HSV(B)123.57º41.58%79.22%-
XYZ32.1747.5226.22-
YUV167.88102.6792.42-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.64%
GREEN value IS 202 (79.30% from 255) = 45.60%
BLUE value IS 123 (48.44% from 255) = 27.77%
R=26.64%
G=45.60%
B=27.77%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1182021230.4200.390.21123.5744.2162.75
Hex76CA7B2A027157c2c3f
Octal16631217352047251745477
Binary11101101100101011110111010100100111101011111100101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76CA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,202,123); }

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

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

 a { background-color: rgb(118,202,123); }

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

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

 span { border-color: rgb(118,202,123); }

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