#6FBE80

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

Shades of Bay Leaf #6FBE80

Tints of Bay Leaf #6FBE80

Color information

#6FBE80 (or 0x6FBE80) is unknown color: approx Bay Leaf. HEX triplet: 6F, BE and 80. RGB value is (111,190,128). Sum of RGB (Red+Green+Blue) = 111+190+128=429 (56% of max value = 765). Red value is 111 (43.75% from 255 or 25.87% from 429); Green value is 190 (74.61% from 255 or 44.29% from 429); Blue value is 128 (50.39% from 255 or 29.84% from 429); Max value from RGB is 190 - color contains mainly: green. Hex color #6FBE80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBE80 is #90417F. Grayscale: #9F9F9F. Windows color (decimal): -9453952 or 8437359. OLE color: 8437359.

HSL color Cylindrical-coordinate representation of color #6FBE80: hue angle of 132.91º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6FBE80 is Cyan = 0.42, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB111190128-
CMYK0.4200.330.25
HSL132.91º37.8%59.02%-
HSV(B)132.91º41.58%74.51%-
XYZ28.8741.7626.96-
YUV159.31110.3393.54-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.87%
GREEN value IS 190 (74.61% from 255) = 44.29%
BLUE value IS 128 (50.39% from 255) = 29.84%
R=25.87%
G=44.29%
B=29.84%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1111901280.4200.330.25132.9137.859.02
Hex6FBE802A0211985263b
Octal15727620052041312054673
Binary1101111101111101000000010101001000011100110000101100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6FBE80; }

 p { color: rgb(111,190,128); }

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

<style>
 a { background-color: #6FBE80; }

 a { background-color: rgb(111,190,128); }

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

<style>
 span { border-color: #6FBE80; }

 span { border-color: rgb(111,190,128); }

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