Html Css Color HEX #7AAB89 Bay Leaf

📋 copy color: '#7AAB89'

red 122 ◦ green 171 ◦ blue 137

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

Shades of Bay Leaf #7AAB89

Tints of Bay Leaf #7AAB89

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.77%

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

R = 28.37%
G = 39.77%
B = 31.86%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#7AAB89 (or 0x7AAB89) is known color: Bay Leaf. HEX triplet: 7A, AB and 89. RGB value is (122,171,137). Sum of RGB (Red+Green+Blue) = 122+171+137=430 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.37% from 430); Green value is 171 (67.19% from 255 or 39.77% from 430); Blue value is 137 (53.91% from 255 or 31.86% from 430); Max value from RGB is 171 - color contains mainly: green. Hex color #7AAB89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AAB89 is #855476. Grayscale: #989898. Windows color (decimal): -8737911 or 9022330. OLE color: 9022330.

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

Color convert

RGB 122 171 137 -
CMYK 0.29 0 0.20 0.33
HSL 138.37º 0.23% 0.57% -
HSV(B) 138.37º 0.29% 0.67% -
XYZ 27.1 35.07 29.01 -
YUV 152.47 119.27 106.26 -
System Red Green Blue C M Y K H S L
Decimal 122 171 137 0.29 0 0.20 0.33 138.37 0.23 0.57
Hex 7A AB 89 1D 0 14 21 8A 17 39
Octal 172 253 211 35 0 24 41 212 27 71
Binary 1111010 10101011 10001001 11101 0 10100 100001 10001010 10111 111001

Color Harmonies of #7AAB89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AAB89

Black with #7AAB89

Text Example


Text Example

White with #7AAB89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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