#7ABA78

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

Shades of De York #7ABA78

Tints of De York #7ABA78

Color information

#7ABA78 (or 0x7ABA78) is unknown color: approx De York. HEX triplet: 7A, BA and 78. RGB value is (122,186,120). Sum of RGB (Red+Green+Blue) = 122+186+120=428 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.50% from 428); Green value is 186 (73.05% from 255 or 43.46% from 428); Blue value is 120 (47.27% from 255 or 28.04% from 428); Max value from RGB is 186 - color contains mainly: green. Hex color #7ABA78 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ABA78 is #854587. Grayscale: #9F9F9F. Windows color (decimal): -8734088 or 7912058. OLE color: 7912058.

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

Color convert

RGB122186120-
CMYK0.3400.350.27
HSL118.18º32.35%60%-
HSV(B)118.18º35.48%72.94%-
XYZ28.9840.6124.08-
YUV159.34105.8101.37-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.50%
GREEN value IS 186 (73.05% from 255) = 43.46%
BLUE value IS 120 (47.27% from 255) = 28.04%
R=28.50%
G=43.46%
B=28.04%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1221861200.3400.350.27118.1832.3560
Hex7ABA78220231B76203c
Octal17227217042043331664074
Binary11110101011101011110001000100100011110111110110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABA78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,186,120); }

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

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

 a { background-color: rgb(122,186,120); }

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

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

 span { border-color: rgb(122,186,120); }

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