#7FBC7F

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

Shades of De York #7FBC7F

Tints of De York #7FBC7F

Color information

#7FBC7F (or 0x7FBC7F) is unknown color: approx De York. HEX triplet: 7F, BC and 7F. RGB value is (127,188,127). Sum of RGB (Red+Green+Blue) = 127+188+127=442 (58% of max value = 765). Red value is 127 (50% from 255 or 28.73% from 442); Green value is 188 (73.83% from 255 or 42.53% from 442); Blue value is 127 (50% from 255 or 28.73% from 442); Max value from RGB is 188 - color contains mainly: green. Hex color #7FBC7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FBC7F is #804380. Grayscale: #A2A2A2. Windows color (decimal): -8405889 or 8371327. OLE color: 8371327.

HSL color Cylindrical-coordinate representation of color #7FBC7F: hue angle of 120º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7FBC7F is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB127188127-
CMYK0.3200.320.26
HSL120º31.28%61.76%-
HSV(B)120º32.45%73.73%-
XYZ30.5742.0126.58-
YUV162.81107.79102.46-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.73%
GREEN value IS 188 (73.83% from 255) = 42.53%
BLUE value IS 127 (50% from 255) = 28.73%
R=28.73%
G=42.53%
B=28.73%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1271881270.3200.320.2612031.2861.76
Hex7FBC7F200201A781f3e
Octal17727417740040321703776
Binary1111111101111001111111100000010000011010111100011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,188,127); }

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

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

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

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

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

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

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