#6CB080

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

Shades of Bay Leaf #6CB080

Tints of Bay Leaf #6CB080

Color information

#6CB080 (or 0x6CB080) is unknown color: approx Bay Leaf. HEX triplet: 6C, B0 and 80. RGB value is (108,176,128). Sum of RGB (Red+Green+Blue) = 108+176+128=412 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.21% from 412); Green value is 176 (69.14% from 255 or 42.72% from 412); Blue value is 128 (50.39% from 255 or 31.07% from 412); Max value from RGB is 176 - color contains mainly: green. Hex color #6CB080 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CB080 is #934F7F. Grayscale: #969696. Windows color (decimal): -9654144 or 8433772. OLE color: 8433772.

HSL color Cylindrical-coordinate representation of color #6CB080: hue angle of 137.65º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6CB080 is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB108176128-
CMYK0.3900.270.31
HSL137.65º30.09%55.69%-
HSV(B)137.65º38.64%69.02%-
XYZ25.6135.825.98-
YUV150.2115.4797.9-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 26.21%
GREEN value IS 176 (69.14% from 255) = 42.72%
BLUE value IS 128 (50.39% from 255) = 31.07%
R=26.21%
G=42.72%
B=31.07%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1081761280.3900.270.31137.6530.0955.69
Hex6CB0802701B1F8a1e38
Octal15426020047033372123670
Binary11011001011000010000000100111011011111111000101011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,176,128); }

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

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

 a { background-color: rgb(108,176,128); }

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

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

 span { border-color: rgb(108,176,128); }

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