#7BB68B

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

Shades of Bay Leaf #7BB68B

Tints of Bay Leaf #7BB68B

Color information

#7BB68B (or 0x7BB68B) is unknown color: approx Bay Leaf. HEX triplet: 7B, B6 and 8B. RGB value is (123,182,139). Sum of RGB (Red+Green+Blue) = 123+182+139=444 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.70% from 444); Green value is 182 (71.48% from 255 or 40.99% from 444); Blue value is 139 (54.69% from 255 or 31.31% from 444); Max value from RGB is 182 - color contains mainly: green. Hex color #7BB68B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BB68B is #844974. Grayscale: #9F9F9F. Windows color (decimal): -8669557 or 9156219. OLE color: 9156219.

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

Color convert

RGB123182139-
CMYK0.3200.240.29
HSL136.27º28.78%59.8%-
HSV(B)136.27º32.42%71.37%-
XYZ29.5639.5330.5-
YUV159.46116.45102-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 27.70%
GREEN value IS 182 (71.48% from 255) = 40.99%
BLUE value IS 139 (54.69% from 255) = 31.31%
R=27.70%
G=40.99%
B=31.31%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1231821390.3200.240.29136.2728.7859.8
Hex7BB68B200181D881d3c
Octal17326621340030352103574
Binary11110111011011010001011100000011000111011000100011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BB68B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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