Shades of Limeade #67972F
Tints of Limeade #67972F
RGB
CMYK
RGB Variations
Color information
#67972F (or 0x67972F) is known color: Limeade. HEX triplet: 67, 97 and 2F. RGB value is (103,151,47). Sum of RGB (Red+Green+Blue) = 103+151+47=301 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.22% from 301); Green value is 151 (59.38% from 255 or 50.17% from 301); Blue value is 47 (18.75% from 255 or 15.61% from 301); Max value from RGB is 151 - color contains mainly: green. Hex color #67972F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67972F is #9868D0. Grayscale: #7D7D7D. Windows color (decimal): -9988305 or 3118951. OLE color: 3118951.
HSL color Cylindrical-coordinate representation of color #67972F: hue angle of 87.69º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #67972F is Cyan = 0.32, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 103 | 151 | 47 | - |
| CMYK | 0.32 | 0 | 0.69 | 0.41 |
| HSL | 87.69º | 0.53% | 0.39% | - |
| HSV(B) | 87.69º | 0.69% | 0.59% | - |
| XYZ | 17.17 | 25.22 | 6.65 | - |
| YUV | 124.79 | 84.1 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 151 | 47 | 0.32 | 0 | 0.69 | 0.41 | 87.69 | 0.53 | 0.39 |
| Hex | 67 | 97 | 2F | 20 | 0 | 45 | 29 | 58 | 35 | 27 |
| Octal | 147 | 227 | 57 | 40 | 0 | 105 | 51 | 130 | 65 | 47 |
| Binary | 1100111 | 10010111 | 101111 | 100000 | 0 | 1000101 | 101001 | 1011000 | 110101 | 100111 |
Color Harmonies of #67972F
Complementary color
Monochromatic Colors of #67972F
Black with #67972F
Text Example
Text Example
White with #67972F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67972F; }
p { color: rgb(103,151,47); }
H1.HeaderClassName
{
color: #67972F;
}
.AnyTagClassName
{
color: #67972F;
}
</style>
background-color css
<style>
a { background-color: #67972F; }
a { background-color: rgb(103,151,47); }
div.DivClassName
{
background-color: #67972F;
}
.BgClassName
{
background-color: #67972F;
}
</style>
border-color css
<style>
span { border-color: #67972F; }
span { border-color: rgb(103,151,47); }
td.TdClassName
{
border-color: #67972F;
}
.TagClassName
{
border-color: #67972F;
}
</style>