#7ACA8B

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

Shades of De York #7ACA8B

Tints of De York #7ACA8B

Color information

#7ACA8B (or 0x7ACA8B) is unknown color: approx De York. HEX triplet: 7A, CA and 8B. RGB value is (122,202,139). Sum of RGB (Red+Green+Blue) = 122+202+139=463 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.35% from 463); Green value is 202 (79.30% from 255 or 43.63% from 463); Blue value is 139 (54.69% from 255 or 30.02% from 463); Max value from RGB is 202 - color contains mainly: green. Hex color #7ACA8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ACA8B is #853574. Grayscale: #ABABAB. Windows color (decimal): -8729973 or 9161338. OLE color: 9161338.

HSL color Cylindrical-coordinate representation of color #7ACA8B: hue angle of 132.75º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7ACA8B is Cyan = 0.40, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB122202139-
CMYK0.4000.310.21
HSL132.75º43.01%63.53%-
HSV(B)132.75º39.6%79.22%-
XYZ33.8148.2431.96-
YUV170.911093.12-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.35%
GREEN value IS 202 (79.30% from 255) = 43.63%
BLUE value IS 139 (54.69% from 255) = 30.02%
R=26.35%
G=43.63%
B=30.02%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1222021390.4000.310.21132.7543.0163.53
Hex7ACA8B2801F15852b40
Octal172312213500372520553100
Binary1111010110010101000101110100001111110101100001011010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ACA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,202,139); }

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

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

 a { background-color: rgb(122,202,139); }

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

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

 span { border-color: rgb(122,202,139); }

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