#7AC576

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

Shades of De York #7AC576

Tints of De York #7AC576

Color information

#7AC576 (or 0x7AC576) is unknown color: approx De York. HEX triplet: 7A, C5 and 76. RGB value is (122,197,118). Sum of RGB (Red+Green+Blue) = 122+197+118=437 (57% of max value = 765). Red value is 122 (48.05% from 255 or 27.92% from 437); Green value is 197 (77.34% from 255 or 45.08% from 437); Blue value is 118 (46.48% from 255 or 27.00% from 437); Max value from RGB is 197 - color contains mainly: green. Hex color #7AC576 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AC576 is #853A89. Grayscale: #A5A5A5. Windows color (decimal): -8731274 or 7783802. OLE color: 7783802.

HSL color Cylindrical-coordinate representation of color #7AC576: hue angle of 116.96º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7AC576 is Cyan = 0.38, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB122197118-
CMYK0.3800.400.23
HSL116.96º40.51%61.76%-
HSV(B)116.96º40.1%77.25%-
XYZ31.2645.3824.25-
YUV165.57101.1596.92-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.92%
GREEN value IS 197 (77.34% from 255) = 45.08%
BLUE value IS 118 (46.48% from 255) = 27.00%
R=27.92%
G=45.08%
B=27.00%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1221971180.3800.400.23116.9640.5161.76
Hex7AC576260281775293e
Octal17230516646050271655176
Binary11110101100010111101101001100101000101111110101101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,197,118); }

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

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

 a { background-color: rgb(122,197,118); }

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

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

 span { border-color: rgb(122,197,118); }

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