#6CB484

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

Shades of Bay Leaf #6CB484

Tints of Bay Leaf #6CB484

Color information

#6CB484 (or 0x6CB484) is unknown color: approx Bay Leaf. HEX triplet: 6C, B4 and 84. RGB value is (108,180,132). Sum of RGB (Red+Green+Blue) = 108+180+132=420 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.71% from 420); Green value is 180 (70.70% from 255 or 42.86% from 420); Blue value is 132 (51.95% from 255 or 31.43% from 420); Max value from RGB is 180 - color contains mainly: green. Hex color #6CB484 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CB484 is #934B7B. Grayscale: #999999. Windows color (decimal): -9653116 or 8696940. OLE color: 8696940.

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

Color convert

RGB108180132-
CMYK0.4000.270.29
HSL140º32.43%56.47%-
HSV(B)140º40%70.59%-
XYZ26.6737.527.66-
YUV153116.1595.9-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.71%
GREEN value IS 180 (70.70% from 255) = 42.86%
BLUE value IS 132 (51.95% from 255) = 31.43%
R=25.71%
G=42.86%
B=31.43%

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
Decimal1081801320.4000.270.2914032.4356.47
Hex6CB4842801B1D8c2038
Octal15426420450033352144070
Binary110110010110100100001001010000110111110110001100100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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