#7ABC8C

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

Shades of Bay Leaf #7ABC8C

Tints of Bay Leaf #7ABC8C

Color information

#7ABC8C (or 0x7ABC8C) is unknown color: approx Bay Leaf. HEX triplet: 7A, BC and 8C. RGB value is (122,188,140). Sum of RGB (Red+Green+Blue) = 122+188+140=450 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.11% from 450); Green value is 188 (73.83% from 255 or 41.78% from 450); Blue value is 140 (55.08% from 255 or 31.11% from 450); Max value from RGB is 188 - color contains mainly: green. Hex color #7ABC8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABC8C is #854373. Grayscale: #A2A2A2. Windows color (decimal): -8733556 or 9223290. OLE color: 9223290.

HSL color Cylindrical-coordinate representation of color #7ABC8C: hue angle of 136.36º degrees, saturation: 0.33, 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 #7ABC8C is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB122188140-
CMYK0.3500.260.26
HSL136.36º33%60.78%-
HSV(B)136.36º35.11%73.73%-
XYZ30.744231.3-
YUV162.79115.1398.9-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.11%
GREEN value IS 188 (73.83% from 255) = 41.78%
BLUE value IS 140 (55.08% from 255) = 31.11%
R=27.11%
G=41.78%
B=31.11%

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
Decimal1221881400.3500.260.26136.363360.78
Hex7ABC8C2301A1A88213d
Octal17227421443032322104175
Binary111101010111100100011001000110110101101010001000100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABC8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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