#6CB785

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

Shades of Bay Leaf #6CB785

Tints of Bay Leaf #6CB785

Color information

#6CB785 (or 0x6CB785) is unknown color: approx Bay Leaf. HEX triplet: 6C, B7 and 85. RGB value is (108,183,133). Sum of RGB (Red+Green+Blue) = 108+183+133=424 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.47% from 424); Green value is 183 (71.88% from 255 or 43.16% from 424); Blue value is 133 (52.34% from 255 or 31.37% from 424); Max value from RGB is 183 - color contains mainly: green. Hex color #6CB785 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CB785 is #93487A. Grayscale: #9B9B9B. Windows color (decimal): -9652347 or 8763244. OLE color: 8763244.

HSL color Cylindrical-coordinate representation of color #6CB785: hue angle of 140º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6CB785 is Cyan = 0.41, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.28.

Color convert

RGB108183133-
CMYK0.4100.270.28
HSL140º34.25%57.06%-
HSV(B)140º40.98%71.76%-
XYZ27.3538.7528.23-
YUV154.88115.6594.57-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.47%
GREEN value IS 183 (71.88% from 255) = 43.16%
BLUE value IS 133 (52.34% from 255) = 31.37%
R=25.47%
G=43.16%
B=31.37%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1081831330.4100.270.2814034.2557.06
Hex6CB7852901B1C8c2239
Octal15426720551033342144271
Binary110110010110111100001011010010110111110010001100100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,183,133); }

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

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

 a { background-color: rgb(108,183,133); }

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

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

 span { border-color: rgb(108,183,133); }

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