#7AB976

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

Shades of De York #7AB976

Tints of De York #7AB976

Color information

#7AB976 (or 0x7AB976) is unknown color: approx De York. HEX triplet: 7A, B9 and 76. RGB value is (122,185,118). Sum of RGB (Red+Green+Blue) = 122+185+118=425 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.71% from 425); Green value is 185 (72.66% from 255 or 43.53% from 425); Blue value is 118 (46.48% from 255 or 27.76% from 425); Max value from RGB is 185 - color contains mainly: green. Hex color #7AB976 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AB976 is #854689. Grayscale: #9E9E9E. Windows color (decimal): -8734346 or 7780730. OLE color: 7780730.

HSL color Cylindrical-coordinate representation of color #7AB976: hue angle of 116.42º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7AB976 is Cyan = 0.34, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB122185118-
CMYK0.3400.360.27
HSL116.42º32.37%59.41%-
HSV(B)116.42º36.22%72.55%-
XYZ28.6540.1423.38-
YUV158.52105.13101.95-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.71%
GREEN value IS 185 (72.66% from 255) = 43.53%
BLUE value IS 118 (46.48% from 255) = 27.76%
R=28.71%
G=43.53%
B=27.76%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1221851180.3400.360.27116.4232.3759.41
Hex7AB976220241B74203b
Octal17227116642044331644073
Binary11110101011100111101101000100100100110111110100100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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