Html Css Color HEX #7AAF7C Envy

📋 copy color: '#7AAF7C'

red 122 ◦ green 175 ◦ blue 124

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

Shades of Envy #7AAF7C

Tints of Envy #7AAF7C

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.57%

 BLUE value IS 124 (48.83% from 255) = 29.45%

R = 28.98%
G = 41.57%
B = 29.45%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#7AAF7C (or 0x7AAF7C) is known color: Envy. HEX triplet: 7A, AF and 7C. RGB value is (122,175,124). Sum of RGB (Red+Green+Blue) = 122+175+124=421 (55% of max value = 765). Red value is 122 (48.05% from 255 or 28.98% from 421); Green value is 175 (68.75% from 255 or 41.57% from 421); Blue value is 124 (48.83% from 255 or 29.45% from 421); Max value from RGB is 175 - color contains mainly: green. Hex color #7AAF7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAF7C is #855083. Grayscale: #999999. Windows color (decimal): -8736900 or 8171386. OLE color: 8171386.

HSL color Cylindrical-coordinate representation of color #7AAF7C: hue angle of 122.26º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7AAF7C is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 122 175 124 -
CMYK 0.30 0 0.29 0.31
HSL 122.26º 0.25% 0.58% -
HSV(B) 122.26º 0.3% 0.69% -
XYZ 26.99 36.25 24.64 -
YUV 153.34 111.44 105.65 -
System Red Green Blue C M Y K H S L
Decimal 122 175 124 0.30 0 0.29 0.31 122.26 0.25 0.58
Hex 7A AF 7C 1E 0 1D 1F 7A 19 3A
Octal 172 257 174 36 0 35 37 172 31 72
Binary 1111010 10101111 1111100 11110 0 11101 11111 1111010 11001 111010

Color Harmonies of #7AAF7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AAF7C

Black with #7AAF7C

Text Example


Text Example

White with #7AAF7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,175,124); }

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

background-color css

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

 a { background-color: rgb(122,175,124); }

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

border-color css

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

 span { border-color: rgb(122,175,124); }

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