#7AB384

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

Shades of Bay Leaf #7AB384

Tints of Bay Leaf #7AB384

Color information

#7AB384 (or 0x7AB384) is unknown color: approx Bay Leaf. HEX triplet: 7A, B3 and 84. RGB value is (122,179,132). Sum of RGB (Red+Green+Blue) = 122+179+132=433 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.18% from 433); Green value is 179 (70.31% from 255 or 41.34% from 433); Blue value is 132 (51.95% from 255 or 30.48% from 433); Max value from RGB is 179 - color contains mainly: green. Hex color #7AB384 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB384 is #854C7B. Grayscale: #9C9C9C. Windows color (decimal): -8735868 or 8696698. OLE color: 8696698.

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

Color convert

RGB122179132-
CMYK0.3200.260.30
HSL130.53º27.27%59.02%-
HSV(B)130.53º31.84%70.2%-
XYZ28.3138.0427.68-
YUV156.6114.12103.32-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.18%
GREEN value IS 179 (70.31% from 255) = 41.34%
BLUE value IS 132 (51.95% from 255) = 30.48%
R=28.18%
G=41.34%
B=30.48%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1221791320.3200.260.30130.5327.2759.02
Hex7AB3842001A1E831b3b
Octal17226320440032362033373
Binary11110101011001110000100100000011010111101000001111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,179,132); }

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

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

 a { background-color: rgb(122,179,132); }

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

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

 span { border-color: rgb(122,179,132); }

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