#7ABB8F

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

Shades of Bay Leaf #7ABB8F

Tints of Bay Leaf #7ABB8F

Color information

#7ABB8F (or 0x7ABB8F) is unknown color: approx Bay Leaf. HEX triplet: 7A, BB and 8F. RGB value is (122,187,143). Sum of RGB (Red+Green+Blue) = 122+187+143=452 (59% of max value = 765). Red value is 122 (48.05% from 255 or 26.99% from 452); Green value is 187 (73.44% from 255 or 41.37% from 452); Blue value is 143 (56.25% from 255 or 31.64% from 452); Max value from RGB is 187 - color contains mainly: green. Hex color #7ABB8F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABB8F is #854470. Grayscale: #A2A2A2. Windows color (decimal): -8733809 or 9419642. OLE color: 9419642.

HSL color Cylindrical-coordinate representation of color #7ABB8F: hue angle of 139.38º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7ABB8F is Cyan = 0.35, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB122187143-
CMYK0.3500.240.27
HSL139.38º32.34%60.59%-
HSV(B)139.38º34.76%73.33%-
XYZ30.7541.6632.41-
YUV162.55116.9799.08-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.99%
GREEN value IS 187 (73.44% from 255) = 41.37%
BLUE value IS 143 (56.25% from 255) = 31.64%
R=26.99%
G=41.37%
B=31.64%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1221871430.3500.240.27139.3832.3460.59
Hex7ABB8F230181B8b203d
Octal17227321743030332134075
Binary111101010111011100011111000110110001101110001011100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABB8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,187,143); }

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

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

 a { background-color: rgb(122,187,143); }

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

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

 span { border-color: rgb(122,187,143); }

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