Html Css Color HEX #7ABA88 Bay Leaf

📋 copy color: '#7ABA88'

red 122 ◦ green 186 ◦ blue 136

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

Shades of Bay Leaf #7ABA88

Tints of Bay Leaf #7ABA88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 30.63%

R = 27.48%
G = 41.89%
B = 30.63%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#7ABA88 (or 0x7ABA88) is known color: Bay Leaf. HEX triplet: 7A, BA and 88. RGB value is (122,186,136). Sum of RGB (Red+Green+Blue) = 122+186+136=444 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.48% from 444); Green value is 186 (73.05% from 255 or 41.89% from 444); Blue value is 136 (53.52% from 255 or 30.63% from 444); Max value from RGB is 186 - color contains mainly: green. Hex color #7ABA88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABA88 is #854577. Grayscale: #A1A1A1. Windows color (decimal): -8734072 or 8960634. OLE color: 8960634.

HSL color Cylindrical-coordinate representation of color #7ABA88: hue angle of 133.12º 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 #7ABA88 is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB 122 186 136 -
CMYK 0.34 0 0.27 0.27
HSL 133.13º 0.32% 0.6% -
HSV(B) 133.13º 0.34% 0.73% -
XYZ 30.03 41.03 29.63 -
YUV 161.16 113.8 100.07 -
System Red Green Blue C M Y K H S L
Decimal 122 186 136 0.34 0 0.27 0.27 133.13 0.32 0.6
Hex 7A BA 88 22 0 1B 1B 85 20 3C
Octal 172 272 210 42 0 33 33 205 40 74
Binary 1111010 10111010 10001000 100010 0 11011 11011 10000101 100000 111100

Color Harmonies of #7ABA88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABA88

Black with #7ABA88

Text Example


Text Example

White with #7ABA88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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