#6CB685

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

Shades of Bay Leaf #6CB685

Tints of Bay Leaf #6CB685

Color information

#6CB685 (or 0x6CB685) is unknown color: approx Bay Leaf. HEX triplet: 6C, B6 and 85. RGB value is (108,182,133). Sum of RGB (Red+Green+Blue) = 108+182+133=423 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.53% from 423); Green value is 182 (71.48% from 255 or 43.03% from 423); Blue value is 133 (52.34% from 255 or 31.44% from 423); Max value from RGB is 182 - color contains mainly: green. Hex color #6CB685 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CB685 is #93497A. Grayscale: #9A9A9A. Windows color (decimal): -9652603 or 8762988. OLE color: 8762988.

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

Color convert

RGB108182133-
CMYK0.4100.270.29
HSL140.27º33.64%56.86%-
HSV(B)140.27º40.66%71.37%-
XYZ27.1538.3428.16-
YUV154.29115.9894.98-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.53%
GREEN value IS 182 (71.48% from 255) = 43.03%
BLUE value IS 133 (52.34% from 255) = 31.44%
R=25.53%
G=43.03%
B=31.44%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1081821330.4100.270.29140.2733.6456.86
Hex6CB6852901B1D8c2239
Octal15426620551033352144271
Binary110110010110110100001011010010110111110110001100100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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