Shades of Limeade #67972E
Tints of Limeade #67972E
RGB
CMYK
RGB Variations
Color information
#67972E (or 0x67972E) is known color: Limeade. HEX triplet: 67, 97 and 2E. RGB value is (103,151,46). Sum of RGB (Red+Green+Blue) = 103+151+46=300 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.33% from 300); Green value is 151 (59.38% from 255 or 50.33% from 300); Blue value is 46 (18.36% from 255 or 15.33% from 300); Max value from RGB is 151 - color contains mainly: green. Hex color #67972E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67972E is #9868D1. Grayscale: #7D7D7D. Windows color (decimal): -9988306 or 3053415. OLE color: 3053415.
HSL color Cylindrical-coordinate representation of color #67972E: hue angle of 87.43º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #67972E is Cyan = 0.32, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 103 | 151 | 46 | - |
| CMYK | 0.32 | 0 | 0.70 | 0.41 |
| HSL | 87.43º | 0.53% | 0.39% | - |
| HSV(B) | 87.43º | 0.7% | 0.59% | - |
| XYZ | 17.15 | 25.21 | 6.55 | - |
| YUV | 124.68 | 83.6 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 151 | 46 | 0.32 | 0 | 0.70 | 0.41 | 87.43 | 0.53 | 0.39 |
| Hex | 67 | 97 | 2E | 20 | 0 | 46 | 29 | 57 | 35 | 27 |
| Octal | 147 | 227 | 56 | 40 | 0 | 106 | 51 | 127 | 65 | 47 |
| Binary | 1100111 | 10010111 | 101110 | 100000 | 0 | 1000110 | 101001 | 1010111 | 110101 | 100111 |
Color Harmonies of #67972E
Complementary color
Monochromatic Colors of #67972E
Black with #67972E
Text Example
Text Example
White with #67972E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67972E; }
p { color: rgb(103,151,46); }
H1.HeaderClassName
{
color: #67972E;
}
.AnyTagClassName
{
color: #67972E;
}
</style>
background-color css
<style>
a { background-color: #67972E; }
a { background-color: rgb(103,151,46); }
div.DivClassName
{
background-color: #67972E;
}
.BgClassName
{
background-color: #67972E;
}
</style>
border-color css
<style>
span { border-color: #67972E; }
span { border-color: rgb(103,151,46); }
td.TdClassName
{
border-color: #67972E;
}
.TagClassName
{
border-color: #67972E;
}
</style>