#7ABD8C

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

Shades of Bay Leaf #7ABD8C

Tints of Bay Leaf #7ABD8C

Color information

#7ABD8C (or 0x7ABD8C) is unknown color: approx Bay Leaf. HEX triplet: 7A, BD and 8C. RGB value is (122,189,140). Sum of RGB (Red+Green+Blue) = 122+189+140=451 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.05% from 451); Green value is 189 (74.22% from 255 or 41.91% from 451); Blue value is 140 (55.08% from 255 or 31.04% from 451); Max value from RGB is 189 - color contains mainly: green. Hex color #7ABD8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABD8C is #854273. Grayscale: #A3A3A3. Windows color (decimal): -8733300 or 9223546. OLE color: 9223546.

HSL color Cylindrical-coordinate representation of color #7ABD8C: hue angle of 136.12º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7ABD8C is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB122189140-
CMYK0.3500.260.26
HSL136.12º33.67%60.98%-
HSV(B)136.12º35.45%74.12%-
XYZ30.9642.4331.37-
YUV163.38114.898.48-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.05%
GREEN value IS 189 (74.22% from 255) = 41.91%
BLUE value IS 140 (55.08% from 255) = 31.04%
R=27.05%
G=41.91%
B=31.04%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1221891400.3500.260.26136.1233.6760.98
Hex7ABD8C2301A1A88223d
Octal17227521443032322104275
Binary111101010111101100011001000110110101101010001000100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABD8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,189,140); }

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

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

 a { background-color: rgb(122,189,140); }

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

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

 span { border-color: rgb(122,189,140); }

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