Html Css Color HEX #7ABD7F De York

📋 copy color: '#7ABD7F'

red 122 ◦ green 189 ◦ blue 127

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

Shades of De York #7ABD7F

Tints of De York #7ABD7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29%

R = 27.85%
G = 43.15%
B = 29%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#7ABD7F (or 0x7ABD7F) is known color: De York. HEX triplet: 7A, BD and 7F. RGB value is (122,189,127). Sum of RGB (Red+Green+Blue) = 122+189+127=438 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.85% from 438); Green value is 189 (74.22% from 255 or 43.15% from 438); Blue value is 127 (50% from 255 or 29.00% from 438); Max value from RGB is 189 - color contains mainly: green. Hex color #7ABD7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ABD7F is #854280. Grayscale: #A2A2A2. Windows color (decimal): -8733313 or 8371578. OLE color: 8371578.

HSL color Cylindrical-coordinate representation of color #7ABD7F: hue angle of 124.48º 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 #7ABD7F is Cyan = 0.35, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB 122 189 127 -
CMYK 0.35 0 0.33 0.26
HSL 124.48º 0.34% 0.61% -
HSV(B) 124.48º 0.35% 0.74% -
XYZ 30.05 42.07 26.61 -
YUV 161.9 108.3 99.54 -
System Red Green Blue C M Y K H S L
Decimal 122 189 127 0.35 0 0.33 0.26 124.48 0.34 0.61
Hex 7A BD 7F 23 0 21 1A 7C 22 3D
Octal 172 275 177 43 0 41 32 174 42 75
Binary 1111010 10111101 1111111 100011 0 100001 11010 1111100 100010 111101

Color Harmonies of #7ABD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABD7F

Black with #7ABD7F

Text Example


Text Example

White with #7ABD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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