#7FC690

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

Shades of De York #7FC690

Tints of De York #7FC690

Color information

#7FC690 (or 0x7FC690) is unknown color: approx De York. HEX triplet: 7F, C6 and 90. RGB value is (127,198,144). Sum of RGB (Red+Green+Blue) = 127+198+144=469 (62% of max value = 765). Red value is 127 (50% from 255 or 27.08% from 469); Green value is 198 (77.73% from 255 or 42.22% from 469); Blue value is 144 (56.64% from 255 or 30.70% from 469); Max value from RGB is 198 - color contains mainly: green. Hex color #7FC690 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FC690 is #80396F. Grayscale: #AAAAAA. Windows color (decimal): -8403312 or 9487999. OLE color: 9487999.

HSL color Cylindrical-coordinate representation of color #7FC690: hue angle of 134.37º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7FC690 is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.22.

Color convert

RGB127198144-
CMYK0.3600.270.22
HSL134.37º38.38%63.73%-
HSV(B)134.37º35.86%77.65%-
XYZ33.9846.9133.65-
YUV170.62112.9896.89-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.08%
GREEN value IS 198 (77.73% from 255) = 42.22%
BLUE value IS 144 (56.64% from 255) = 30.70%
R=27.08%
G=42.22%
B=30.70%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1271981440.3600.270.22134.3738.3863.73
Hex7FC6902401B16862640
Octal177306220440332620646100
Binary1111111110001101001000010010001101110110100001101001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,198,144); }

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

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

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

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

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

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

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