#7BB688

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

Shades of Bay Leaf #7BB688

Tints of Bay Leaf #7BB688

Color information

#7BB688 (or 0x7BB688) is unknown color: approx Bay Leaf. HEX triplet: 7B, B6 and 88. RGB value is (123,182,136). Sum of RGB (Red+Green+Blue) = 123+182+136=441 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.89% from 441); Green value is 182 (71.48% from 255 or 41.27% from 441); Blue value is 136 (53.52% from 255 or 30.84% from 441); Max value from RGB is 182 - color contains mainly: green. Hex color #7BB688 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BB688 is #844977. Grayscale: #9F9F9F. Windows color (decimal): -8669560 or 8959611. OLE color: 8959611.

HSL color Cylindrical-coordinate representation of color #7BB688: hue angle of 133.22º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7BB688 is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB123182136-
CMYK0.3200.250.29
HSL133.22º28.78%59.8%-
HSV(B)133.22º32.42%71.37%-
XYZ29.3439.4429.36-
YUV159.11114.95102.24-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 27.89%
GREEN value IS 182 (71.48% from 255) = 41.27%
BLUE value IS 136 (53.52% from 255) = 30.84%
R=27.89%
G=41.27%
B=30.84%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1231821360.3200.250.29133.2228.7859.8
Hex7BB688200191D851d3c
Octal17326621040031352053574
Binary11110111011011010001000100000011001111011000010111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BB688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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