Html Css Color HEX #7AB974 De York

📋 copy color: '#7AB974'

red 122 ◦ green 185 ◦ blue 116

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

Shades of De York #7AB974

Tints of De York #7AB974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 27.42%

R = 28.84%
G = 43.74%
B = 27.42%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#7AB974 (or 0x7AB974) is known color: De York. HEX triplet: 7A, B9 and 74. RGB value is (122,185,116). Sum of RGB (Red+Green+Blue) = 122+185+116=423 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.84% from 423); Green value is 185 (72.66% from 255 or 43.74% from 423); Blue value is 116 (45.70% from 255 or 27.42% from 423); Max value from RGB is 185 - color contains mainly: green. Hex color #7AB974 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AB974 is #85468B. Grayscale: #9E9E9E. Windows color (decimal): -8734348 or 7649658. OLE color: 7649658.

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

Color convert

RGB 122 185 116 -
CMYK 0.34 0 0.37 0.27
HSL 114.78º 0.33% 0.59% -
HSV(B) 114.78º 0.37% 0.73% -
XYZ 28.53 40.1 22.76 -
YUV 158.3 104.13 102.11 -
System Red Green Blue C M Y K H S L
Decimal 122 185 116 0.34 0 0.37 0.27 114.78 0.33 0.59
Hex 7A B9 74 22 0 25 1B 73 21 3B
Octal 172 271 164 42 0 45 33 163 41 73
Binary 1111010 10111001 1110100 100010 0 100101 11011 1110011 100001 111011

Color Harmonies of #7AB974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB974

Black with #7AB974

Text Example


Text Example

White with #7AB974

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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