#76C77F

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

Shades of De York #76C77F

Tints of De York #76C77F

Color information

#76C77F (or 0x76C77F) is unknown color: approx De York. HEX triplet: 76, C7 and 7F. RGB value is (118,199,127). Sum of RGB (Red+Green+Blue) = 118+199+127=444 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.58% from 444); Green value is 199 (78.12% from 255 or 44.82% from 444); Blue value is 127 (50% from 255 or 28.60% from 444); Max value from RGB is 199 - color contains mainly: green. Hex color #76C77F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C77F is #893880. Grayscale: #A6A6A6. Windows color (decimal): -8992897 or 8374134. OLE color: 8374134.

HSL color Cylindrical-coordinate representation of color #76C77F: hue angle of 126.67º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #76C77F is Cyan = 0.41, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB118199127-
CMYK0.4100.360.22
HSL126.67º41.97%62.16%-
HSV(B)126.67º40.7%78.04%-
XYZ31.7346.2327.33-
YUV166.57105.6693.35-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.58%
GREEN value IS 199 (78.12% from 255) = 44.82%
BLUE value IS 127 (50% from 255) = 28.60%
R=26.58%
G=44.82%
B=28.60%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1181991270.4100.360.22126.6741.9762.16
Hex76C77F29024167f2a3e
Octal16630717751044261775276
Binary11101101100011111111111010010100100101101111111101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C77F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,199,127); }

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

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

 a { background-color: rgb(118,199,127); }

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

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

 span { border-color: rgb(118,199,127); }

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