Shades of Limeade #6B993C
Tints of Limeade #6B993C
RGB
CMYK
RGB Variations
Color information
#6B993C (or 0x6B993C) is known color: Limeade. HEX triplet: 6B, 99 and 3C. RGB value is (107,153,60). Sum of RGB (Red+Green+Blue) = 107+153+60=320 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.44% from 320); Green value is 153 (60.16% from 255 or 47.81% from 320); Blue value is 60 (23.83% from 255 or 18.75% from 320); Max value from RGB is 153 - color contains mainly: green. Hex color #6B993C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B993C is #9466C3. Grayscale: #808080. Windows color (decimal): -9725636 or 3971435. OLE color: 3971435.
HSL color Cylindrical-coordinate representation of color #6B993C: hue angle of 89.68º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6B993C is Cyan = 0.30, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 107 | 153 | 60 | - |
| CMYK | 0.30 | 0 | 0.61 | 0.4 |
| HSL | 89.68º | 0.44% | 0.42% | - |
| HSV(B) | 89.68º | 0.61% | 0.6% | - |
| XYZ | 18.27 | 26.23 | 8.38 | - |
| YUV | 128.64 | 89.26 | 112.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 153 | 60 | 0.30 | 0 | 0.61 | 0.4 | 89.68 | 0.44 | 0.42 |
| Hex | 6B | 99 | 3C | 1E | 0 | 3D | 28 | 5A | 2C | 2A |
| Octal | 153 | 231 | 74 | 36 | 0 | 75 | 50 | 132 | 54 | 52 |
| Binary | 1101011 | 10011001 | 111100 | 11110 | 0 | 111101 | 101000 | 1011010 | 101100 | 101010 |
Color Harmonies of #6B993C
Complementary color
Monochromatic Colors of #6B993C
Black with #6B993C
Text Example
Text Example
White with #6B993C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B993C; }
p { color: rgb(107,153,60); }
H1.HeaderClassName
{
color: #6B993C;
}
.AnyTagClassName
{
color: #6B993C;
}
</style>
background-color css
<style>
a { background-color: #6B993C; }
a { background-color: rgb(107,153,60); }
div.DivClassName
{
background-color: #6B993C;
}
.BgClassName
{
background-color: #6B993C;
}
</style>
border-color css
<style>
span { border-color: #6B993C; }
span { border-color: rgb(107,153,60); }
td.TdClassName
{
border-color: #6B993C;
}
.TagClassName
{
border-color: #6B993C;
}
</style>