#7FB68D

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

Shades of Bay Leaf #7FB68D

Tints of Bay Leaf #7FB68D

Color information

#7FB68D (or 0x7FB68D) is unknown color: approx Bay Leaf. HEX triplet: 7F, B6 and 8D. RGB value is (127,182,141). Sum of RGB (Red+Green+Blue) = 127+182+141=450 (59% of max value = 765). Red value is 127 (50% from 255 or 28.22% from 450); Green value is 182 (71.48% from 255 or 40.44% from 450); Blue value is 141 (55.47% from 255 or 31.33% from 450); Max value from RGB is 182 - color contains mainly: green. Hex color #7FB68D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FB68D is #804972. Grayscale: #A0A0A0. Windows color (decimal): -8407411 or 9287295. OLE color: 9287295.

HSL color Cylindrical-coordinate representation of color #7FB68D: hue angle of 135.27º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7FB68D is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB127182141-
CMYK0.3000.230.29
HSL135.27º27.36%60.59%-
HSV(B)135.27º30.22%71.37%-
XYZ30.2939.8931.3-
YUV160.88116.78103.83-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.22%
GREEN value IS 182 (71.48% from 255) = 40.44%
BLUE value IS 141 (55.47% from 255) = 31.33%
R=28.22%
G=40.44%
B=31.33%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1271821410.3000.230.29135.2727.3660.59
Hex7FB68D1E0171D871b3d
Octal17726621536027352073375
Binary1111111101101101000110111110010111111011000011111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB68D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,182,141); }

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

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

 a { background-color: rgb(127,182,141); }

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

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

 span { border-color: rgb(127,182,141); }

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