#7FB285

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

Shades of Bay Leaf #7FB285

Tints of Bay Leaf #7FB285

Color information

#7FB285 (or 0x7FB285) is unknown color: approx Bay Leaf. HEX triplet: 7F, B2 and 85. RGB value is (127,178,133). Sum of RGB (Red+Green+Blue) = 127+178+133=438 (58% of max value = 765). Red value is 127 (50% from 255 or 29.00% from 438); Green value is 178 (69.92% from 255 or 40.64% from 438); Blue value is 133 (52.34% from 255 or 30.37% from 438); Max value from RGB is 178 - color contains mainly: green. Hex color #7FB285 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FB285 is #804D7A. Grayscale: #9D9D9D. Windows color (decimal): -8408443 or 8761983. OLE color: 8761983.

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

Color convert

RGB127178133-
CMYK0.2900.250.30
HSL127.06º24.88%59.8%-
HSV(B)127.06º28.65%69.8%-
XYZ28.9138.0528.01-
YUV157.62114.1106.16-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.00%
GREEN value IS 178 (69.92% from 255) = 40.64%
BLUE value IS 133 (52.34% from 255) = 30.37%
R=29.00%
G=40.64%
B=30.37%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1271781330.2900.250.30127.0624.8859.8
Hex7FB2851D0191E7f193c
Octal17726220535031361773174
Binary111111110110010100001011110101100111110111111111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,178,133); }

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

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

 a { background-color: rgb(127,178,133); }

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

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

 span { border-color: rgb(127,178,133); }

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