#7AB58F

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

Shades of Bay Leaf #7AB58F

Tints of Bay Leaf #7AB58F

Color information

#7AB58F (or 0x7AB58F) is unknown color: approx Bay Leaf. HEX triplet: 7A, B5 and 8F. RGB value is (122,181,143). Sum of RGB (Red+Green+Blue) = 122+181+143=446 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.35% from 446); Green value is 181 (71.09% from 255 or 40.58% from 446); Blue value is 143 (56.25% from 255 or 32.06% from 446); Max value from RGB is 181 - color contains mainly: green. Hex color #7AB58F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB58F is #854A70. Grayscale: #9F9F9F. Windows color (decimal): -8735345 or 9418106. OLE color: 9418106.

HSL color Cylindrical-coordinate representation of color #7AB58F: hue angle of 141.36º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7AB58F is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB122181143-
CMYK0.3300.210.29
HSL141.36º28.5%59.41%-
HSV(B)141.36º32.6%70.98%-
XYZ29.5139.1731.99-
YUV159.03118.95101.59-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.35%
GREEN value IS 181 (71.09% from 255) = 40.58%
BLUE value IS 143 (56.25% from 255) = 32.06%
R=27.35%
G=40.58%
B=32.06%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1221811430.3300.210.29141.3628.559.41
Hex7AB58F210151D8d1d3b
Octal17226521741025352153573
Binary11110101011010110001111100001010101111011000110111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB58F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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