#7BB68E

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

Shades of Bay Leaf #7BB68E

Tints of Bay Leaf #7BB68E

Color information

#7BB68E (or 0x7BB68E) is unknown color: approx Bay Leaf. HEX triplet: 7B, B6 and 8E. RGB value is (123,182,142). Sum of RGB (Red+Green+Blue) = 123+182+142=447 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.52% from 447); Green value is 182 (71.48% from 255 or 40.72% from 447); Blue value is 142 (55.86% from 255 or 31.77% from 447); Max value from RGB is 182 - color contains mainly: green. Hex color #7BB68E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BB68E is #844971. Grayscale: #9F9F9F. Windows color (decimal): -8669554 or 9352827. OLE color: 9352827.

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

Color convert

RGB123182142-
CMYK0.3200.220.29
HSL139.32º28.78%59.8%-
HSV(B)139.32º32.42%71.37%-
XYZ29.7839.6231.67-
YUV159.8117.95101.75-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 27.52%
GREEN value IS 182 (71.48% from 255) = 40.72%
BLUE value IS 142 (55.86% from 255) = 31.77%
R=27.52%
G=40.72%
B=31.77%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1231821420.3200.220.29139.3228.7859.8
Hex7BB68E200161D8b1d3c
Octal17326621640026352133574
Binary11110111011011010001110100000010110111011000101111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BB68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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