#7ACB7E

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

Shades of De York #7ACB7E

Tints of De York #7ACB7E

Color information

#7ACB7E (or 0x7ACB7E) is unknown color: approx De York. HEX triplet: 7A, CB and 7E. RGB value is (122,203,126). Sum of RGB (Red+Green+Blue) = 122+203+126=451 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.05% from 451); Green value is 203 (79.69% from 255 or 45.01% from 451); Blue value is 126 (49.61% from 255 or 27.94% from 451); Max value from RGB is 203 - color contains mainly: green. Hex color #7ACB7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ACB7E is #853481. Grayscale: #AAAAAA. Windows color (decimal): -8729730 or 8309626. OLE color: 8309626.

HSL color Cylindrical-coordinate representation of color #7ACB7E: hue angle of 122.96º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7ACB7E is Cyan = 0.40, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB122203126-
CMYK0.4000.380.20
HSL122.96º43.78%63.73%-
HSV(B)122.96º39.9%79.61%-
XYZ33.1548.3627.33-
YUV170103.1693.76-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.05%
GREEN value IS 203 (79.69% from 255) = 45.01%
BLUE value IS 126 (49.61% from 255) = 27.94%
R=27.05%
G=45.01%
B=27.94%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1222031260.4000.380.20122.9643.7863.73
Hex7ACB7E28026147b2c40
Octal172313176500462417354100
Binary111101011001011111111010100001001101010011110111011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ACB7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,203,126); }

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

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

 a { background-color: rgb(122,203,126); }

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

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

 span { border-color: rgb(122,203,126); }

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