#7AC378

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

Shades of De York #7AC378

Tints of De York #7AC378

Color information

#7AC378 (or 0x7AC378) is unknown color: approx De York. HEX triplet: 7A, C3 and 78. RGB value is (122,195,120). Sum of RGB (Red+Green+Blue) = 122+195+120=437 (57% of max value = 765). Red value is 122 (48.05% from 255 or 27.92% from 437); Green value is 195 (76.56% from 255 or 44.62% from 437); Blue value is 120 (47.27% from 255 or 27.46% from 437); Max value from RGB is 195 - color contains mainly: green. Hex color #7AC378 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AC378 is #853C87. Grayscale: #A4A4A4. Windows color (decimal): -8731784 or 7914362. OLE color: 7914362.

HSL color Cylindrical-coordinate representation of color #7AC378: hue angle of 118.4º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7AC378 is Cyan = 0.37, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB122195120-
CMYK0.3700.380.24
HSL118.4º38.46%61.76%-
HSV(B)118.4º38.46%76.47%-
XYZ30.9344.5224.73-
YUV164.62102.8297.6-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.92%
GREEN value IS 195 (76.56% from 255) = 44.62%
BLUE value IS 120 (47.27% from 255) = 27.46%
R=27.92%
G=44.62%
B=27.46%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1221951200.3700.380.24118.438.4661.76
Hex7AC378250261876263e
Octal17230317045046301664676
Binary11110101100001111110001001010100110110001110110100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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