Html Css Color HEX #7AB976 De York

📋 copy color: '#7AB976'

red 122 ◦ green 185 ◦ blue 118

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

Shades of De York #7AB976

Tints of De York #7AB976

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.53%

 BLUE value IS 118 (46.48% from 255) = 27.76%

R = 28.71%
G = 43.53%
B = 27.76%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#7AB976 (or 0x7AB976) is known color: De York. HEX triplet: 7A, B9 and 76. RGB value is (122,185,118). Sum of RGB (Red+Green+Blue) = 122+185+118=425 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.71% from 425); Green value is 185 (72.66% from 255 or 43.53% from 425); Blue value is 118 (46.48% from 255 or 27.76% from 425); Max value from RGB is 185 - color contains mainly: green. Hex color #7AB976 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AB976 is #854689. Grayscale: #9E9E9E. Windows color (decimal): -8734346 or 7780730. OLE color: 7780730.

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

Color convert

RGB 122 185 118 -
CMYK 0.34 0 0.36 0.27
HSL 116.42º 0.32% 0.59% -
HSV(B) 116.42º 0.36% 0.73% -
XYZ 28.65 40.14 23.38 -
YUV 158.53 105.13 101.95 -
System Red Green Blue C M Y K H S L
Decimal 122 185 118 0.34 0 0.36 0.27 116.42 0.32 0.59
Hex 7A B9 76 22 0 24 1B 74 20 3B
Octal 172 271 166 42 0 44 33 164 40 73
Binary 1111010 10111001 1110110 100010 0 100100 11011 1110100 100000 111011

Color Harmonies of #7AB976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB976

Black with #7AB976

Text Example


Text Example

White with #7AB976

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,185,118); }

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

background-color css

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

 a { background-color: rgb(122,185,118); }

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

border-color css

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

 span { border-color: rgb(122,185,118); }

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