#7ab18d

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

Shades of Bay Leaf #7AB18D

Tints of Bay Leaf #7AB18D

Color information

#7AB18D (or 0x7AB18D) is unknown color: approx Bay Leaf. HEX triplet: 7A, B1 and 8D. RGB value is (122,177,141). Sum of RGB (Red+Green+Blue) = 122+177+141=440 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.73% from 440); Green value is 177 (69.53% from 255 or 40.23% from 440); Blue value is 141 (55.47% from 255 or 32.05% from 440); Max value from RGB is 177 - color contains mainly: green. Hex color #7AB18D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AB18D is #854E72. Grayscale: #9C9C9C. Windows color (decimal): -8736371 or 9286010. OLE color: 9286010.

HSL color Cylindrical-coordinate representation of color #7AB18D: hue angle of 140.73º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7AB18D is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB122177141-
CMYK0.3100.200.31
HSL140.73º26.07%58.63%-
HSV(B)140.73º31.07%69.41%-
XYZ28.5637.530.93-
YUV156.45119.28103.43-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.73%
GREEN value IS 177 (69.53% from 255) = 40.23%
BLUE value IS 141 (55.47% from 255) = 32.05%
R=27.73%
G=40.23%
B=32.05%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1221771410.3100.200.31140.7326.0758.63
Hex7AB18D1F0141F8d1a3b
Octal17226121537024372153273
Binary1111010101100011000110111111010100111111000110111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ab18d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,177,141); }

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

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

 a { background-color: rgb(122,177,141); }

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

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

 span { border-color: rgb(122,177,141); }

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