#7FBF76

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

Shades of De York #7FBF76

Tints of De York #7FBF76

Color information

#7FBF76 (or 0x7FBF76) is unknown color: approx De York. HEX triplet: 7F, BF and 76. RGB value is (127,191,118). Sum of RGB (Red+Green+Blue) = 127+191+118=436 (57% of max value = 765). Red value is 127 (50% from 255 or 29.13% from 436); Green value is 191 (75% from 255 or 43.81% from 436); Blue value is 118 (46.48% from 255 or 27.06% from 436); Max value from RGB is 191 - color contains mainly: green. Hex color #7FBF76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FBF76 is #804089. Grayscale: #A3A3A3. Windows color (decimal): -8405130 or 7782271. OLE color: 7782271.

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

Color convert

RGB127191118-
CMYK0.3400.380.25
HSL112.6º36.32%60.59%-
HSV(B)112.6º38.22%74.9%-
XYZ30.6543.0823.84-
YUV163.54102.3101.94-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.13%
GREEN value IS 191 (75% from 255) = 43.81%
BLUE value IS 118 (46.48% from 255) = 27.06%
R=29.13%
G=43.81%
B=27.06%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1271911180.3400.380.25112.636.3260.59
Hex7FBF76220261971243d
Octal17727716642046311614475
Binary11111111011111111101101000100100110110011110001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBF76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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