#7ABE89

Color #7ABE89 Bay Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bay Leaf #7ABE89

Tints of Bay Leaf #7ABE89

Color information

#7ABE89 (or 0x7ABE89) is unknown color: approx Bay Leaf. HEX triplet: 7A, BE and 89. RGB value is (122,190,137). Sum of RGB (Red+Green+Blue) = 122+190+137=449 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.17% from 449); Green value is 190 (74.61% from 255 or 42.32% from 449); Blue value is 137 (53.91% from 255 or 30.51% from 449); Max value from RGB is 190 - color contains mainly: green. Hex color #7ABE89 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABE89 is #854176. Grayscale: #A3A3A3. Windows color (decimal): -8733047 or 9027194. OLE color: 9027194.

HSL color Cylindrical-coordinate representation of color #7ABE89: hue angle of 133.24º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7ABE89 is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB122190137-
CMYK0.3600.280.25
HSL133.24º34.34%61.18%-
HSV(B)133.24º35.79%74.51%-
XYZ30.9542.7730.29-
YUV163.63112.9798.31-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.17%
GREEN value IS 190 (74.61% from 255) = 42.32%
BLUE value IS 137 (53.91% from 255) = 30.51%
R=27.17%
G=42.32%
B=30.51%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1221901370.3600.280.25133.2434.3461.18
Hex7ABE892401C1985223d
Octal17227621144034312054275
Binary111101010111110100010011001000111001100110000101100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABE89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7ABE89;
 }
 .AnyTagClassName
 {
   color: #7ABE89;
 }
</style>
background-color css

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

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

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

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

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

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