#7AB985

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

Shades of Bay Leaf #7AB985

Tints of Bay Leaf #7AB985

Color information

#7AB985 (or 0x7AB985) is unknown color: approx Bay Leaf. HEX triplet: 7A, B9 and 85. RGB value is (122,185,133). Sum of RGB (Red+Green+Blue) = 122+185+133=440 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.73% from 440); Green value is 185 (72.66% from 255 or 42.05% from 440); Blue value is 133 (52.34% from 255 or 30.23% from 440); Max value from RGB is 185 - color contains mainly: green. Hex color #7AB985 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB985 is #85467A. Grayscale: #A0A0A0. Windows color (decimal): -8734331 or 8763770. OLE color: 8763770.

HSL color Cylindrical-coordinate representation of color #7AB985: hue angle of 130.48º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7AB985 is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB122185133-
CMYK0.3400.280.27
HSL130.48º31.03%60.2%-
HSV(B)130.48º34.05%72.55%-
XYZ29.6140.5328.45-
YUV160.24112.63100.73-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.73%
GREEN value IS 185 (72.66% from 255) = 42.05%
BLUE value IS 133 (52.34% from 255) = 30.23%
R=27.73%
G=42.05%
B=30.23%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1221851330.3400.280.27130.4831.0360.2
Hex7AB9852201C1B821f3c
Octal17227120542034332023774
Binary11110101011100110000101100010011100110111000001011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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