#7ABF88

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

Shades of Bay Leaf #7ABF88

Tints of Bay Leaf #7ABF88

Color information

#7ABF88 (or 0x7ABF88) is unknown color: approx Bay Leaf. HEX triplet: 7A, BF and 88. RGB value is (122,191,136). Sum of RGB (Red+Green+Blue) = 122+191+136=449 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.17% from 449); Green value is 191 (75% from 255 or 42.54% from 449); Blue value is 136 (53.52% from 255 or 30.29% from 449); Max value from RGB is 191 - color contains mainly: green. Hex color #7ABF88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABF88 is #854077. Grayscale: #A4A4A4. Windows color (decimal): -8732792 or 8961914. OLE color: 8961914.

HSL color Cylindrical-coordinate representation of color #7ABF88: hue angle of 132.17º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7ABF88 is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB122191136-
CMYK0.3600.290.25
HSL132.17º35.03%61.37%-
HSV(B)132.17º36.13%74.9%-
XYZ31.143.1829.99-
YUV164.1112.1497.97-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.17%
GREEN value IS 191 (75% from 255) = 42.54%
BLUE value IS 136 (53.52% from 255) = 30.29%
R=27.17%
G=42.54%
B=30.29%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1221911360.3600.290.25132.1735.0361.37
Hex7ABF882401D1984233d
Octal17227721044035312044375
Binary111101010111111100010001001000111011100110000100100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABF88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,191,136); }

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

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

 a { background-color: rgb(122,191,136); }

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

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

 span { border-color: rgb(122,191,136); }

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