#7CBF7E

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

Shades of De York #7CBF7E

Tints of De York #7CBF7E

Color information

#7CBF7E (or 0x7CBF7E) is unknown color: approx De York. HEX triplet: 7C, BF and 7E. RGB value is (124,191,126). Sum of RGB (Red+Green+Blue) = 124+191+126=441 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.12% from 441); Green value is 191 (75% from 255 or 43.31% from 441); Blue value is 126 (49.61% from 255 or 28.57% from 441); Max value from RGB is 191 - color contains mainly: green. Hex color #7CBF7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBF7E is #834081. Grayscale: #A3A3A3. Windows color (decimal): -8601730 or 8306556. OLE color: 8306556.

HSL color Cylindrical-coordinate representation of color #7CBF7E: hue angle of 121.79º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7CBF7E is Cyan = 0.35, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB124191126-
CMYK0.3500.340.25
HSL121.79º34.36%61.76%-
HSV(B)121.79º35.08%74.9%-
XYZ30.7143.0526.43-
YUV163.56106.899.79-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.12%
GREEN value IS 191 (75% from 255) = 43.31%
BLUE value IS 126 (49.61% from 255) = 28.57%
R=28.12%
G=43.31%
B=28.57%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1241911260.3500.340.25121.7934.3661.76
Hex7CBF7E23022197a223e
Octal17427717643042311724276
Binary11111001011111111111101000110100010110011111010100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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