Html Css Color HEX #7ABC74 De York

📋 copy color: '#7ABC74'

red 122 ◦ green 188 ◦ blue 116

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

Shades of De York #7ABC74

Tints of De York #7ABC74

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.13%

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

R = 28.64%
G = 44.13%
B = 27.23%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#7ABC74 (or 0x7ABC74) is known color: De York. HEX triplet: 7A, BC and 74. RGB value is (122,188,116). Sum of RGB (Red+Green+Blue) = 122+188+116=426 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.64% from 426); Green value is 188 (73.83% from 255 or 44.13% from 426); Blue value is 116 (45.70% from 255 or 27.23% from 426); Max value from RGB is 188 - color contains mainly: green. Hex color #7ABC74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ABC74 is #85438B. Grayscale: #A0A0A0. Windows color (decimal): -8733580 or 7650426. OLE color: 7650426.

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

Color convert

RGB 122 188 116 -
CMYK 0.35 0 0.38 0.26
HSL 115º 0.35% 0.6% -
HSV(B) 115º 0.38% 0.74% -
XYZ 29.16 41.36 22.97 -
YUV 160.06 103.13 100.85 -
System Red Green Blue C M Y K H S L
Decimal 122 188 116 0.35 0 0.38 0.26 115 0.35 0.6
Hex 7A BC 74 23 0 26 1A 73 23 3C
Octal 172 274 164 43 0 46 32 163 43 74
Binary 1111010 10111100 1110100 100011 0 100110 11010 1110011 100011 111100

Color Harmonies of #7ABC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABC74

Black with #7ABC74

Text Example


Text Example

White with #7ABC74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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