#7ABB85

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

Shades of Bay Leaf #7ABB85

Tints of Bay Leaf #7ABB85

Color information

#7ABB85 (or 0x7ABB85) is unknown color: approx Bay Leaf. HEX triplet: 7A, BB and 85. RGB value is (122,187,133). Sum of RGB (Red+Green+Blue) = 122+187+133=442 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.60% from 442); Green value is 187 (73.44% from 255 or 42.31% from 442); Blue value is 133 (52.34% from 255 or 30.09% from 442); Max value from RGB is 187 - color contains mainly: green. Hex color #7ABB85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABB85 is #85447A. Grayscale: #A1A1A1. Windows color (decimal): -8733819 or 8764282. OLE color: 8764282.

HSL color Cylindrical-coordinate representation of color #7ABB85: hue angle of 130.15º 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 #7ABB85 is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB122187133-
CMYK0.3500.290.27
HSL130.15º32.34%60.59%-
HSV(B)130.15º34.76%73.33%-
XYZ30.0341.3728.59-
YUV161.41111.9799.89-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.60%
GREEN value IS 187 (73.44% from 255) = 42.31%
BLUE value IS 133 (52.34% from 255) = 30.09%
R=27.60%
G=42.31%
B=30.09%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1221871330.3500.290.27130.1532.3460.59
Hex7ABB852301D1B82203d
Octal17227320543035332024075
Binary111101010111011100001011000110111011101110000010100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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