Html Css Color HEX #7AAE89 Bay Leaf

📋 copy color: '#7AAE89'

red 122 ◦ green 174 ◦ blue 137

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

Shades of Bay Leaf #7AAE89

Tints of Bay Leaf #7AAE89

RGB

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

 GREEN value IS 174 (68.36% from 255) = 40.18%

 BLUE value IS 137 (53.91% from 255) = 31.64%

R = 28.18%
G = 40.18%
B = 31.64%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#7AAE89 (or 0x7AAE89) is known color: Bay Leaf. HEX triplet: 7A, AE and 89. RGB value is (122,174,137). Sum of RGB (Red+Green+Blue) = 122+174+137=433 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.18% from 433); Green value is 174 (68.36% from 255 or 40.18% from 433); Blue value is 137 (53.91% from 255 or 31.64% from 433); Max value from RGB is 174 - color contains mainly: green. Hex color #7AAE89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AAE89 is #855176. Grayscale: #9A9A9A. Windows color (decimal): -8737143 or 9023098. OLE color: 9023098.

HSL color Cylindrical-coordinate representation of color #7AAE89: hue angle of 137.31º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7AAE89 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.32.

Color convert

RGB 122 174 137 -
CMYK 0.30 0 0.21 0.32
HSL 137.31º 0.24% 0.58% -
HSV(B) 137.31º 0.3% 0.68% -
XYZ 27.68 36.22 29.2 -
YUV 154.23 118.27 105.01 -
System Red Green Blue C M Y K H S L
Decimal 122 174 137 0.30 0 0.21 0.32 137.31 0.24 0.58
Hex 7A AE 89 1E 0 15 20 89 18 3A
Octal 172 256 211 36 0 25 40 211 30 72
Binary 1111010 10101110 10001001 11110 0 10101 100000 10001001 11000 111010

Color Harmonies of #7AAE89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AAE89

Black with #7AAE89

Text Example


Text Example

White with #7AAE89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,174,137); }

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

background-color css

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

 a { background-color: rgb(122,174,137); }

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

border-color css

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

 span { border-color: rgb(122,174,137); }

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