#7ABC8E

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

Shades of Bay Leaf #7ABC8E

Tints of Bay Leaf #7ABC8E

Color information

#7ABC8E (or 0x7ABC8E) is unknown color: approx Bay Leaf. HEX triplet: 7A, BC and 8E. RGB value is (122,188,142). Sum of RGB (Red+Green+Blue) = 122+188+142=452 (59% of max value = 765). Red value is 122 (48.05% from 255 or 26.99% from 452); Green value is 188 (73.83% from 255 or 41.59% from 452); Blue value is 142 (55.86% from 255 or 31.42% from 452); Max value from RGB is 188 - color contains mainly: green. Hex color #7ABC8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABC8E is #854371. Grayscale: #A3A3A3. Windows color (decimal): -8733554 or 9354362. OLE color: 9354362.

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

Color convert

RGB122188142-
CMYK0.3500.240.26
HSL138.18º33%60.78%-
HSV(B)138.18º35.11%73.73%-
XYZ30.8942.0632.08-
YUV163.02116.1398.74-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.99%
GREEN value IS 188 (73.83% from 255) = 41.59%
BLUE value IS 142 (55.86% from 255) = 31.42%
R=26.99%
G=41.59%
B=31.42%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1221881420.3500.240.26138.183360.78
Hex7ABC8E230181A8a213d
Octal17227421643030322124175
Binary111101010111100100011101000110110001101010001010100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABC8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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