#7BB288

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

Shades of Bay Leaf #7BB288

Tints of Bay Leaf #7BB288

Color information

#7BB288 (or 0x7BB288) is unknown color: approx Bay Leaf. HEX triplet: 7B, B2 and 88. RGB value is (123,178,136). Sum of RGB (Red+Green+Blue) = 123+178+136=437 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.15% from 437); Green value is 178 (69.92% from 255 or 40.73% from 437); Blue value is 136 (53.52% from 255 or 31.12% from 437); Max value from RGB is 178 - color contains mainly: green. Hex color #7BB288 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BB288 is #844D77. Grayscale: #9C9C9C. Windows color (decimal): -8670584 or 8958587. OLE color: 8958587.

HSL color Cylindrical-coordinate representation of color #7BB288: hue angle of 134.18º degrees, saturation: 0.26, 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 #7BB288 is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.30.

Color convert

RGB123178136-
CMYK0.3100.240.30
HSL134.18º26.32%59.02%-
HSV(B)134.18º30.9%69.8%-
XYZ28.5337.8329.09-
YUV156.77116.28103.92-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 28.15%
GREEN value IS 178 (69.92% from 255) = 40.73%
BLUE value IS 136 (53.52% from 255) = 31.12%
R=28.15%
G=40.73%
B=31.12%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1231781360.3100.240.30134.1826.3259.02
Hex7BB2881F0181E861a3b
Octal17326221037030362063273
Binary1111011101100101000100011111011000111101000011011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BB288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,178,136); }

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

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

 a { background-color: rgb(123,178,136); }

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

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

 span { border-color: rgb(123,178,136); }

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