Html Css Color HEX #7ABB80 De York

📋 copy color: '#7ABB80'

red 122 ◦ green 187 ◦ blue 128

#7ABB80
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of De York #7ABB80

Tints of De York #7ABB80

RGB

 RED value IS 122 (48.05% from 255) = 27.92%

 GREEN value IS 187 (73.44% from 255) = 42.79%

 BLUE value IS 128 (50.39% from 255) = 29.29%

R = 27.92%
G = 42.79%
B = 29.29%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#7ABB80 (or 0x7ABB80) is known color: De York. HEX triplet: 7A, BB and 80. RGB value is (122,187,128). Sum of RGB (Red+Green+Blue) = 122+187+128=437 (57% of max value = 765). Red value is 122 (48.05% from 255 or 27.92% from 437); Green value is 187 (73.44% from 255 or 42.79% from 437); Blue value is 128 (50.39% from 255 or 29.29% from 437); Max value from RGB is 187 - color contains mainly: green. Hex color #7ABB80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABB80 is #85447F. Grayscale: #A1A1A1. Windows color (decimal): -8733824 or 8436602. OLE color: 8436602.

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

Color convert

RGB 122 187 128 -
CMYK 0.35 0 0.32 0.27
HSL 125.54º 0.32% 0.61% -
HSV(B) 125.54º 0.35% 0.73% -
XYZ 29.69 41.24 26.82 -
YUV 160.84 109.47 100.3 -
System Red Green Blue C M Y K H S L
Decimal 122 187 128 0.35 0 0.32 0.27 125.54 0.32 0.61
Hex 7A BB 80 23 0 20 1B 7E 20 3D
Octal 172 273 200 43 0 40 33 176 40 75
Binary 1111010 10111011 10000000 100011 0 100000 11011 1111110 100000 111101

Color Harmonies of #7ABB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABB80

Black with #7ABB80

Text Example


Text Example

White with #7ABB80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,187,128); }

 H1.HeaderClassName
 {
   color: #7ABB80;
 }
 .AnyTagClassName
 {
   color: #7ABB80;
 }
</style>

background-color css

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

 a { background-color: rgb(122,187,128); }

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

border-color css

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

 span { border-color: rgb(122,187,128); }

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