Html Css Color HEX #7ABD81 De York

📋 copy color: '#7ABD81'

red 122 ◦ green 189 ◦ blue 129

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

Shades of De York #7ABD81

Tints of De York #7ABD81

RGB

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

 GREEN value IS 189 (74.22% from 255) = 42.95%

 BLUE value IS 129 (50.78% from 255) = 29.32%

R = 27.73%
G = 42.95%
B = 29.32%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#7ABD81 (or 0x7ABD81) is known color: De York. HEX triplet: 7A, BD and 81. RGB value is (122,189,129). Sum of RGB (Red+Green+Blue) = 122+189+129=440 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.73% from 440); Green value is 189 (74.22% from 255 or 42.95% from 440); Blue value is 129 (50.78% from 255 or 29.32% from 440); Max value from RGB is 189 - color contains mainly: green. Hex color #7ABD81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABD81 is #85427E. Grayscale: #A2A2A2. Windows color (decimal): -8733311 or 8502650. OLE color: 8502650.

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

Color convert

RGB 122 189 129 -
CMYK 0.35 0 0.32 0.26
HSL 126.27º 0.34% 0.61% -
HSV(B) 126.27º 0.35% 0.74% -
XYZ 30.19 42.12 27.31 -
YUV 162.13 109.3 99.38 -
System Red Green Blue C M Y K H S L
Decimal 122 189 129 0.35 0 0.32 0.26 126.27 0.34 0.61
Hex 7A BD 81 23 0 20 1A 7E 22 3D
Octal 172 275 201 43 0 40 32 176 42 75
Binary 1111010 10111101 10000001 100011 0 100000 11010 1111110 100010 111101

Color Harmonies of #7ABD81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABD81

Black with #7ABD81

Text Example


Text Example

White with #7ABD81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,189,129); }

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

background-color css

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

 a { background-color: rgb(122,189,129); }

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

border-color css

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

 span { border-color: rgb(122,189,129); }

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