#76BF7E

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

Shades of De York #76BF7E

Tints of De York #76BF7E

Color information

#76BF7E (or 0x76BF7E) is unknown color: approx De York. HEX triplet: 76, BF and 7E. RGB value is (118,191,126). Sum of RGB (Red+Green+Blue) = 118+191+126=435 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.13% from 435); Green value is 191 (75% from 255 or 43.91% from 435); Blue value is 126 (49.61% from 255 or 28.97% from 435); Max value from RGB is 191 - color contains mainly: green. Hex color #76BF7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76BF7E is #894081. Grayscale: #A1A1A1. Windows color (decimal): -8994946 or 8306550. OLE color: 8306550.

HSL color Cylindrical-coordinate representation of color #76BF7E: hue angle of 126.58º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #76BF7E is Cyan = 0.38, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB118191126-
CMYK0.3800.340.25
HSL126.58º36.32%60.59%-
HSV(B)126.58º38.22%74.9%-
XYZ29.8742.6226.39-
YUV161.76107.8296.79-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.13%
GREEN value IS 191 (75% from 255) = 43.91%
BLUE value IS 126 (49.61% from 255) = 28.97%
R=27.13%
G=43.91%
B=28.97%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1181911260.3800.340.25126.5836.3260.59
Hex76BF7E26022197f243d
Octal16627717646042311774475
Binary11101101011111111111101001100100010110011111111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,191,126); }

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

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

 a { background-color: rgb(118,191,126); }

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

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

 span { border-color: rgb(118,191,126); }

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