#7ABF73

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

Shades of De York #7ABF73

Tints of De York #7ABF73

Color information

#7ABF73 (or 0x7ABF73) is unknown color: approx De York. HEX triplet: 7A, BF and 73. RGB value is (122,191,115). Sum of RGB (Red+Green+Blue) = 122+191+115=428 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.50% from 428); Green value is 191 (75% from 255 or 44.63% from 428); Blue value is 115 (45.31% from 255 or 26.87% from 428); Max value from RGB is 191 - color contains mainly: green. Hex color #7ABF73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ABF73 is #85408C. Grayscale: #A1A1A1. Windows color (decimal): -8732813 or 7585658. OLE color: 7585658.

HSL color Cylindrical-coordinate representation of color #7ABF73: hue angle of 114.47º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7ABF73 is Cyan = 0.36, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB122191115-
CMYK0.3600.400.25
HSL114.47º37.25%60%-
HSV(B)114.47º39.79%74.9%-
XYZ29.7542.6422.88-
YUV161.71101.6499.68-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.50%
GREEN value IS 191 (75% from 255) = 44.63%
BLUE value IS 115 (45.31% from 255) = 26.87%
R=28.50%
G=44.63%
B=26.87%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1221911150.3600.400.25114.4737.2560
Hex7ABF73240281972253c
Octal17227716344050311624574
Binary11110101011111111100111001000101000110011110010100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABF73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,191,115); }

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

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

 a { background-color: rgb(122,191,115); }

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

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

 span { border-color: rgb(122,191,115); }

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