#7AAB85

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

Shades of Bay Leaf #7AAB85

Tints of Bay Leaf #7AAB85

Color information

#7AAB85 (or 0x7AAB85) is unknown color: approx Bay Leaf. HEX triplet: 7A, AB and 85. RGB value is (122,171,133). Sum of RGB (Red+Green+Blue) = 122+171+133=426 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.64% from 426); Green value is 171 (67.19% from 255 or 40.14% from 426); Blue value is 133 (52.34% from 255 or 31.22% from 426); Max value from RGB is 171 - color contains mainly: green. Hex color #7AAB85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AAB85 is #85547A. Grayscale: #989898. Windows color (decimal): -8737915 or 8760186. OLE color: 8760186.

HSL color Cylindrical-coordinate representation of color #7AAB85: hue angle of 133.47º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7AAB85 is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB122171133-
CMYK0.2900.220.33
HSL133.47º22.58%57.45%-
HSV(B)133.47º28.65%67.06%-
XYZ26.8234.9627.52-
YUV152.02117.27106.59-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.64%
GREEN value IS 171 (67.19% from 255) = 40.14%
BLUE value IS 133 (52.34% from 255) = 31.22%
R=28.64%
G=40.14%
B=31.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1221711330.2900.220.33133.4722.5857.45
Hex7AAB851D01621851739
Octal17225320535026412052771
Binary11110101010101110000101111010101101000011000010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AAB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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