#7ABA85

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

Shades of Bay Leaf #7ABA85

Tints of Bay Leaf #7ABA85

Color information

#7ABA85 (or 0x7ABA85) is unknown color: approx Bay Leaf. HEX triplet: 7A, BA and 85. RGB value is (122,186,133). Sum of RGB (Red+Green+Blue) = 122+186+133=441 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.66% from 441); Green value is 186 (73.05% from 255 or 42.18% from 441); Blue value is 133 (52.34% from 255 or 30.16% from 441); Max value from RGB is 186 - color contains mainly: green. Hex color #7ABA85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABA85 is #85457A. Grayscale: #A0A0A0. Windows color (decimal): -8734075 or 8764026. OLE color: 8764026.

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

Color convert

RGB122186133-
CMYK0.3400.280.27
HSL130.31º31.68%60.39%-
HSV(B)130.31º34.41%72.94%-
XYZ29.8240.9528.52-
YUV160.82112.3100.31-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.66%
GREEN value IS 186 (73.05% from 255) = 42.18%
BLUE value IS 133 (52.34% from 255) = 30.16%
R=27.66%
G=42.18%
B=30.16%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1221861330.3400.280.27130.3131.6860.39
Hex7ABA852201C1B82203c
Octal17227220542034332024074
Binary111101010111010100001011000100111001101110000010100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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