#6CB880

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

Shades of Bay Leaf #6CB880

Tints of Bay Leaf #6CB880

Color information

#6CB880 (or 0x6CB880) is unknown color: approx Bay Leaf. HEX triplet: 6C, B8 and 80. RGB value is (108,184,128). Sum of RGB (Red+Green+Blue) = 108+184+128=420 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.71% from 420); Green value is 184 (72.27% from 255 or 43.81% from 420); Blue value is 128 (50.39% from 255 or 30.48% from 420); Max value from RGB is 184 - color contains mainly: green. Hex color #6CB880 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CB880 is #93477F. Grayscale: #9B9B9B. Windows color (decimal): -9652096 or 8435820. OLE color: 8435820.

HSL color Cylindrical-coordinate representation of color #6CB880: hue angle of 135.79º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6CB880 is Cyan = 0.41, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB108184128-
CMYK0.4100.300.28
HSL135.79º34.86%57.25%-
HSV(B)135.79º41.3%72.16%-
XYZ27.2239.0326.52-
YUV154.89112.8294.55-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.71%
GREEN value IS 184 (72.27% from 255) = 43.81%
BLUE value IS 128 (50.39% from 255) = 30.48%
R=25.71%
G=43.81%
B=30.48%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1081841280.4100.300.28135.7934.8657.25
Hex6CB8802901E1C882339
Octal15427020051036342104371
Binary110110010111000100000001010010111101110010001000100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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