#6FB780

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

Shades of Bay Leaf #6FB780

Tints of Bay Leaf #6FB780

Color information

#6FB780 (or 0x6FB780) is unknown color: approx Bay Leaf. HEX triplet: 6F, B7 and 80. RGB value is (111,183,128). Sum of RGB (Red+Green+Blue) = 111+183+128=422 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.30% from 422); Green value is 183 (71.88% from 255 or 43.36% from 422); Blue value is 128 (50.39% from 255 or 30.33% from 422); Max value from RGB is 183 - color contains mainly: green. Hex color #6FB780 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FB780 is #90487F. Grayscale: #9B9B9B. Windows color (decimal): -9455744 or 8435567. OLE color: 8435567.

HSL color Cylindrical-coordinate representation of color #6FB780: hue angle of 134.17º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6FB780 is Cyan = 0.39, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB111183128-
CMYK0.3900.300.28
HSL134.17º33.33%57.65%-
HSV(B)134.17º39.34%71.76%-
XYZ27.3938.826.47-
YUV155.2112.6596.47-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.30%
GREEN value IS 183 (71.88% from 255) = 43.36%
BLUE value IS 128 (50.39% from 255) = 30.33%
R=26.30%
G=43.36%
B=30.33%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1111831280.3900.300.28134.1733.3357.65
Hex6FB7802701E1C86213a
Octal15726720047036342064172
Binary110111110110111100000001001110111101110010000110100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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