#76BF79

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

Shades of De York #76BF79

Tints of De York #76BF79

Color information

#76BF79 (or 0x76BF79) is unknown color: approx De York. HEX triplet: 76, BF and 79. RGB value is (118,191,121). Sum of RGB (Red+Green+Blue) = 118+191+121=430 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.44% from 430); Green value is 191 (75% from 255 or 44.42% from 430); Blue value is 121 (47.66% from 255 or 28.14% from 430); Max value from RGB is 191 - color contains mainly: green. Hex color #76BF79 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76BF79 is #894086. Grayscale: #A1A1A1. Windows color (decimal): -8994951 or 7978870. OLE color: 7978870.

HSL color Cylindrical-coordinate representation of color #76BF79: hue angle of 122.47º 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 #76BF79 is Cyan = 0.38, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB118191121-
CMYK0.3800.370.25
HSL122.47º36.32%60.59%-
HSV(B)122.47º38.22%74.9%-
XYZ29.5542.4924.73-
YUV161.19105.3297.19-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.44%
GREEN value IS 191 (75% from 255) = 44.42%
BLUE value IS 121 (47.66% from 255) = 28.14%
R=27.44%
G=44.42%
B=28.14%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1181911210.3800.370.25122.4736.3260.59
Hex76BF7926025197a243d
Octal16627717146045311724475
Binary11101101011111111110011001100100101110011111010100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BF79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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