Html Css Color HEX #7AA089 Bay Leaf

📋 copy color: '#7AA089'

red 122 ◦ green 160 ◦ blue 137

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

Shades of Bay Leaf #7AA089

Tints of Bay Leaf #7AA089

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.19%

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

R = 29.12%
G = 38.19%
B = 32.7%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#7AA089 (or 0x7AA089) is known color: Bay Leaf. HEX triplet: 7A, A0 and 89. RGB value is (122,160,137). Sum of RGB (Red+Green+Blue) = 122+160+137=419 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.12% from 419); Green value is 160 (62.89% from 255 or 38.19% from 419); Blue value is 137 (53.91% from 255 or 32.70% from 419); Max value from RGB is 160 - color contains mainly: green. Hex color #7AA089 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AA089 is #855F76. Grayscale: #929292. Windows color (decimal): -8740727 or 9019514. OLE color: 9019514.

HSL color Cylindrical-coordinate representation of color #7AA089: hue angle of 143.68º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7AA089 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB 122 160 137 -
CMYK 0.24 0 0.14 0.37
HSL 143.68º 0.17% 0.55% -
HSV(B) 143.68º 0.24% 0.63% -
XYZ 25.11 31.09 28.34 -
YUV 146.02 122.91 110.87 -
System Red Green Blue C M Y K H S L
Decimal 122 160 137 0.24 0 0.14 0.37 143.68 0.17 0.55
Hex 7A A0 89 18 0 E 25 90 11 37
Octal 172 240 211 30 0 16 45 220 21 67
Binary 1111010 10100000 10001001 11000 0 1110 100101 10010000 10001 110111

Color Harmonies of #7AA089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA089

Black with #7AA089

Text Example


Text Example

White with #7AA089

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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