#7AB381

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

Shades of Bay Leaf #7AB381

Tints of Bay Leaf #7AB381

Color information

#7AB381 (or 0x7AB381) is unknown color: approx Bay Leaf. HEX triplet: 7A, B3 and 81. RGB value is (122,179,129). Sum of RGB (Red+Green+Blue) = 122+179+129=430 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.37% from 430); Green value is 179 (70.31% from 255 or 41.63% from 430); Blue value is 129 (50.78% from 255 or 30% from 430); Max value from RGB is 179 - color contains mainly: green. Hex color #7AB381 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB381 is #854C7E. Grayscale: #9C9C9C. Windows color (decimal): -8735871 or 8500090. OLE color: 8500090.

HSL color Cylindrical-coordinate representation of color #7AB381: hue angle of 127.37º 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 #7AB381 is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB122179129-
CMYK0.3200.280.30
HSL127.37º27.27%59.02%-
HSV(B)127.37º31.84%70.2%-
XYZ28.1137.9626.61-
YUV156.26112.62103.57-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.37%
GREEN value IS 179 (70.31% from 255) = 41.63%
BLUE value IS 129 (50.78% from 255) = 30%
R=28.37%
G=41.63%
B=30%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1221791290.3200.280.30127.3727.2759.02
Hex7AB3812001C1E7f1b3b
Octal17226320140034361773373
Binary1111010101100111000000110000001110011110111111111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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