#7FB976

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

Shades of De York #7FB976

Tints of De York #7FB976

Color information

#7FB976 (or 0x7FB976) is unknown color: approx De York. HEX triplet: 7F, B9 and 76. RGB value is (127,185,118). Sum of RGB (Red+Green+Blue) = 127+185+118=430 (56% of max value = 765). Red value is 127 (50% from 255 or 29.53% from 430); Green value is 185 (72.66% from 255 or 43.02% from 430); Blue value is 118 (46.48% from 255 or 27.44% from 430); Max value from RGB is 185 - color contains mainly: green. Hex color #7FB976 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FB976 is #804689. Grayscale: #A0A0A0. Windows color (decimal): -8406666 or 7780735. OLE color: 7780735.

HSL color Cylindrical-coordinate representation of color #7FB976: hue angle of 111.94º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7FB976 is Cyan = 0.31, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB127185118-
CMYK0.3100.360.27
HSL111.94º32.37%59.41%-
HSV(B)111.94º36.22%72.55%-
XYZ29.3740.5223.41-
YUV160.02104.28104.45-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.53%
GREEN value IS 185 (72.66% from 255) = 43.02%
BLUE value IS 118 (46.48% from 255) = 27.44%
R=29.53%
G=43.02%
B=27.44%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1271851180.3100.360.27111.9432.3759.41
Hex7FB9761F0241B70203b
Octal17727116637044331604073
Binary1111111101110011110110111110100100110111110000100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7FB976; }

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

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

<style>
 a { background-color: #7FB976; }

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

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

<style>
 span { border-color: #7FB976; }

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

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