#6CB384

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

Shades of Bay Leaf #6CB384

Tints of Bay Leaf #6CB384

Color information

#6CB384 (or 0x6CB384) is unknown color: approx Bay Leaf. HEX triplet: 6C, B3 and 84. RGB value is (108,179,132). Sum of RGB (Red+Green+Blue) = 108+179+132=419 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.78% from 419); Green value is 179 (70.31% from 255 or 42.72% from 419); Blue value is 132 (51.95% from 255 or 31.50% from 419); Max value from RGB is 179 - color contains mainly: green. Hex color #6CB384 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CB384 is #934C7B. Grayscale: #989898. Windows color (decimal): -9653372 or 8696684. OLE color: 8696684.

HSL color Cylindrical-coordinate representation of color #6CB384: hue angle of 140.28º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6CB384 is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB108179132-
CMYK0.4000.260.30
HSL140.28º31.84%56.27%-
HSV(B)140.28º39.66%70.2%-
XYZ26.4737.0927.59-
YUV152.41116.4896.32-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.78%
GREEN value IS 179 (70.31% from 255) = 42.72%
BLUE value IS 132 (51.95% from 255) = 31.50%
R=25.78%
G=42.72%
B=31.50%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1081791320.4000.260.30140.2831.8456.27
Hex6CB3842801A1E8c2038
Octal15426320450032362144070
Binary110110010110011100001001010000110101111010001100100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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