Html Css Color HEX #7ABA89 Bay Leaf

📋 copy color: '#7ABA89'

red 122 ◦ green 186 ◦ blue 137

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

Shades of Bay Leaf #7ABA89

Tints of Bay Leaf #7ABA89

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.8%

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

R = 27.42%
G = 41.8%
B = 30.79%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#7ABA89 (or 0x7ABA89) is known color: Bay Leaf. HEX triplet: 7A, BA and 89. RGB value is (122,186,137). Sum of RGB (Red+Green+Blue) = 122+186+137=445 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.42% from 445); Green value is 186 (73.05% from 255 or 41.80% from 445); Blue value is 137 (53.91% from 255 or 30.79% from 445); Max value from RGB is 186 - color contains mainly: green. Hex color #7ABA89 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABA89 is #854576. Grayscale: #A1A1A1. Windows color (decimal): -8734071 or 9026170. OLE color: 9026170.

HSL color Cylindrical-coordinate representation of color #7ABA89: hue angle of 134.06º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7ABA89 is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB 122 186 137 -
CMYK 0.34 0 0.26 0.27
HSL 134.06º 0.32% 0.6% -
HSV(B) 134.06º 0.34% 0.73% -
XYZ 30.1 41.06 30.01 -
YUV 161.28 114.3 99.98 -
System Red Green Blue C M Y K H S L
Decimal 122 186 137 0.34 0 0.26 0.27 134.06 0.32 0.6
Hex 7A BA 89 22 0 1A 1B 86 20 3C
Octal 172 272 211 42 0 32 33 206 40 74
Binary 1111010 10111010 10001001 100010 0 11010 11011 10000110 100000 111100

Color Harmonies of #7ABA89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABA89

Black with #7ABA89

Text Example


Text Example

White with #7ABA89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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