#7FBC8C

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

Shades of Bay Leaf #7FBC8C

Tints of Bay Leaf #7FBC8C

Color information

#7FBC8C (or 0x7FBC8C) is unknown color: approx Bay Leaf. HEX triplet: 7F, BC and 8C. RGB value is (127,188,140). Sum of RGB (Red+Green+Blue) = 127+188+140=455 (60% of max value = 765). Red value is 127 (50% from 255 or 27.91% from 455); Green value is 188 (73.83% from 255 or 41.32% from 455); Blue value is 140 (55.08% from 255 or 30.77% from 455); Max value from RGB is 188 - color contains mainly: green. Hex color #7FBC8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBC8C is #804373. Grayscale: #A4A4A4. Windows color (decimal): -8405876 or 9223295. OLE color: 9223295.

HSL color Cylindrical-coordinate representation of color #7FBC8C: hue angle of 132.79º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7FBC8C is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB127188140-
CMYK0.3200.260.26
HSL132.79º31.28%61.76%-
HSV(B)132.79º32.45%73.73%-
XYZ31.4742.3731.33-
YUV164.29114.29101.4-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.91%
GREEN value IS 188 (73.83% from 255) = 41.32%
BLUE value IS 140 (55.08% from 255) = 30.77%
R=27.91%
G=41.32%
B=30.77%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1271881400.3200.260.26132.7931.2861.76
Hex7FBC8C2001A1A851f3e
Octal17727421440032322053776
Binary11111111011110010001100100000011010110101000010111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBC8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,188,140); }

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

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

 a { background-color: rgb(127,188,140); }

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

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

 span { border-color: rgb(127,188,140); }

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