Html Css Color HEX #7AAC80 Bay Leaf

📋 copy color: '#7AAC80'

red 122 ◦ green 172 ◦ blue 128

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

Shades of Bay Leaf #7AAC80

Tints of Bay Leaf #7AAC80

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.76%

 BLUE value IS 128 (50.39% from 255) = 30.33%

R = 28.91%
G = 40.76%
B = 30.33%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#7AAC80 (or 0x7AAC80) is known color: Bay Leaf. HEX triplet: 7A, AC and 80. RGB value is (122,172,128). Sum of RGB (Red+Green+Blue) = 122+172+128=422 (55% of max value = 765). Red value is 122 (48.05% from 255 or 28.91% from 422); Green value is 172 (67.58% from 255 or 40.76% from 422); Blue value is 128 (50.39% from 255 or 30.33% from 422); Max value from RGB is 172 - color contains mainly: green. Hex color #7AAC80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AAC80 is #85537F. Grayscale: #989898. Windows color (decimal): -8737664 or 8432762. OLE color: 8432762.

HSL color Cylindrical-coordinate representation of color #7AAC80: hue angle of 127.2º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7AAC80 is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB 122 172 128 -
CMYK 0.29 0 0.26 0.33
HSL 127.2º 0.23% 0.58% -
HSV(B) 127.2º 0.29% 0.67% -
XYZ 26.67 35.2 25.81 -
YUV 152.03 114.44 106.58 -
System Red Green Blue C M Y K H S L
Decimal 122 172 128 0.29 0 0.26 0.33 127.2 0.23 0.58
Hex 7A AC 80 1D 0 1A 21 7F 17 3A
Octal 172 254 200 35 0 32 41 177 27 72
Binary 1111010 10101100 10000000 11101 0 11010 100001 1111111 10111 111010

Color Harmonies of #7AAC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AAC80

Black with #7AAC80

Text Example


Text Example

White with #7AAC80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,172,128); }

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

background-color css

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

 a { background-color: rgb(122,172,128); }

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

border-color css

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

 span { border-color: rgb(122,172,128); }

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