#6BB880

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

Shades of Bay Leaf #6BB880

Tints of Bay Leaf #6BB880

Color information

#6BB880 (or 0x6BB880) is unknown color: approx Bay Leaf. HEX triplet: 6B, B8 and 80. RGB value is (107,184,128). Sum of RGB (Red+Green+Blue) = 107+184+128=419 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.54% from 419); Green value is 184 (72.27% from 255 or 43.91% from 419); Blue value is 128 (50.39% from 255 or 30.55% from 419); Max value from RGB is 184 - color contains mainly: green. Hex color #6BB880 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BB880 is #94477F. Grayscale: #9A9A9A. Windows color (decimal): -9717632 or 8435819. OLE color: 8435819.

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

Color convert

RGB107184128-
CMYK0.4200.300.28
HSL136.36º35.16%57.06%-
HSV(B)136.36º41.85%72.16%-
XYZ27.138.9726.51-
YUV154.59112.9994.05-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.54%
GREEN value IS 184 (72.27% from 255) = 43.91%
BLUE value IS 128 (50.39% from 255) = 30.55%
R=25.54%
G=43.91%
B=30.55%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1071841280.4200.300.28136.3635.1657.06
Hex6BB8802A01E1C882339
Octal15327020052036342104371
Binary110101110111000100000001010100111101110010001000100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BB880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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