#7AB98E

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

Shades of Bay Leaf #7AB98E

Tints of Bay Leaf #7AB98E

Color information

#7AB98E (or 0x7AB98E) is unknown color: approx Bay Leaf. HEX triplet: 7A, B9 and 8E. RGB value is (122,185,142). Sum of RGB (Red+Green+Blue) = 122+185+142=449 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.17% from 449); Green value is 185 (72.66% from 255 or 41.20% from 449); Blue value is 142 (55.86% from 255 or 31.63% from 449); Max value from RGB is 185 - color contains mainly: green. Hex color #7AB98E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB98E is #854671. Grayscale: #A1A1A1. Windows color (decimal): -8734322 or 9353594. OLE color: 9353594.

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

Color convert

RGB122185142-
CMYK0.3400.230.27
HSL139.05º31.03%60.2%-
HSV(B)139.05º34.05%72.55%-
XYZ30.2640.7931.87-
YUV161.26117.13100-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.17%
GREEN value IS 185 (72.66% from 255) = 41.20%
BLUE value IS 142 (55.86% from 255) = 31.63%
R=27.17%
G=41.20%
B=31.63%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1221851420.3400.230.27139.0531.0360.2
Hex7AB98E220171B8b1f3c
Octal17227121642027332133774
Binary11110101011100110001110100010010111110111000101111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB98E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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