#6CB584

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

Shades of Bay Leaf #6CB584

Tints of Bay Leaf #6CB584

Color information

#6CB584 (or 0x6CB584) is unknown color: approx Bay Leaf. HEX triplet: 6C, B5 and 84. RGB value is (108,181,132). Sum of RGB (Red+Green+Blue) = 108+181+132=421 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.65% from 421); Green value is 181 (71.09% from 255 or 42.99% from 421); Blue value is 132 (51.95% from 255 or 31.35% from 421); Max value from RGB is 181 - color contains mainly: green. Hex color #6CB584 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CB584 is #934A7B. Grayscale: #999999. Windows color (decimal): -9652860 or 8697196. OLE color: 8697196.

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

Color convert

RGB108181132-
CMYK0.4000.270.29
HSL139.73º33.03%56.67%-
HSV(B)139.73º40.33%70.98%-
XYZ26.8737.927.73-
YUV153.59115.8295.48-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.65%
GREEN value IS 181 (71.09% from 255) = 42.99%
BLUE value IS 132 (51.95% from 255) = 31.35%
R=25.65%
G=42.99%
B=31.35%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1081811320.4000.270.29139.7333.0356.67
Hex6CB5842801B1D8c2139
Octal15426520450033352144171
Binary110110010110101100001001010000110111110110001100100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,181,132); }

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

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

 a { background-color: rgb(108,181,132); }

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

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

 span { border-color: rgb(108,181,132); }

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