Shades of Bay Leaf #6BB084
Tints of Bay Leaf #6BB084
RGB
CMYK
RGB Variations
Color information
#6BB084 (or 0x6BB084) is known color: Bay Leaf. HEX triplet: 6B, B0 and 84. RGB value is (107,176,132). Sum of RGB (Red+Green+Blue) = 107+176+132=415 (54% of max value = 765). Red value is 107 (42.19% from 255 or 25.78% from 415); Green value is 176 (69.14% from 255 or 42.41% from 415); Blue value is 132 (51.95% from 255 or 31.81% from 415); Max value from RGB is 176 - color contains mainly: green. Hex color #6BB084 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BB084 is #944F7B. Grayscale: #969696. Windows color (decimal): -9719676 or 8695915. OLE color: 8695915.
HSL color Cylindrical-coordinate representation of color #6BB084: hue angle of 141.74º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6BB084 is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 107 | 176 | 132 | - |
| CMYK | 0.39 | 0 | 0.25 | 0.31 |
| HSL | 141.74º | 0.3% | 0.55% | - |
| HSV(B) | 141.74º | 0.39% | 0.69% | - |
| XYZ | 25.75 | 35.84 | 27.39 | - |
| YUV | 150.35 | 117.64 | 97.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 176 | 132 | 0.39 | 0 | 0.25 | 0.31 | 141.74 | 0.3 | 0.55 |
| Hex | 6B | B0 | 84 | 27 | 0 | 19 | 1F | 8E | 1E | 37 |
| Octal | 153 | 260 | 204 | 47 | 0 | 31 | 37 | 216 | 36 | 67 |
| Binary | 1101011 | 10110000 | 10000100 | 100111 | 0 | 11001 | 11111 | 10001110 | 11110 | 110111 |
Color Harmonies of #6BB084
Complementary color
Monochromatic Colors of #6BB084
Black with #6BB084
Text Example
Text Example
White with #6BB084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BB084; }
p { color: rgb(107,176,132); }
H1.HeaderClassName
{
color: #6BB084;
}
.AnyTagClassName
{
color: #6BB084;
}
</style>
background-color css
<style>
a { background-color: #6BB084; }
a { background-color: rgb(107,176,132); }
div.DivClassName
{
background-color: #6BB084;
}
.BgClassName
{
background-color: #6BB084;
}
</style>
border-color css
<style>
span { border-color: #6BB084; }
span { border-color: rgb(107,176,132); }
td.TdClassName
{
border-color: #6BB084;
}
.TagClassName
{
border-color: #6BB084;
}
</style>