#7AB282

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

Shades of Bay Leaf #7AB282

Tints of Bay Leaf #7AB282

Color information

#7AB282 (or 0x7AB282) is unknown color: approx Bay Leaf. HEX triplet: 7A, B2 and 82. RGB value is (122,178,130). Sum of RGB (Red+Green+Blue) = 122+178+130=430 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.37% from 430); Green value is 178 (69.92% from 255 or 41.40% from 430); Blue value is 130 (51.17% from 255 or 30.23% from 430); Max value from RGB is 178 - color contains mainly: green. Hex color #7AB282 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AB282 is #854D7D. Grayscale: #9B9B9B. Windows color (decimal): -8736126 or 8565370. OLE color: 8565370.

HSL color Cylindrical-coordinate representation of color #7AB282: hue angle of 128.57º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7AB282 is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.30.

Color convert

RGB122178130-
CMYK0.3100.270.30
HSL128.57º26.67%58.82%-
HSV(B)128.57º31.46%69.8%-
XYZ27.9837.5926.9-
YUV155.78113.45103.9-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.37%
GREEN value IS 178 (69.92% from 255) = 41.40%
BLUE value IS 130 (51.17% from 255) = 30.23%
R=28.37%
G=41.40%
B=30.23%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1221781300.3100.270.30128.5726.6758.82
Hex7AB2821F01B1E811b3b
Octal17226220237033362013373
Binary1111010101100101000001011111011011111101000000111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,178,130); }

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

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

 a { background-color: rgb(122,178,130); }

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

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

 span { border-color: rgb(122,178,130); }

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