Shades of Olive Drab #667F27
Tints of Olive Drab #667F27
RGB
CMYK
RGB Variations
Color information
#667F27 (or 0x667F27) is known color: Olive Drab. HEX triplet: 66, 7F and 27. RGB value is (102,127,39). Sum of RGB (Red+Green+Blue) = 102+127+39=268 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.06% from 268); Green value is 127 (50% from 255 or 47.39% from 268); Blue value is 39 (15.62% from 255 or 14.55% from 268); Max value from RGB is 127 - color contains mainly: green. Hex color #667F27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #667F27 is #9980D8. Grayscale: #6D6D6D. Windows color (decimal): -10059993 or 2588518. OLE color: 2588518.
HSL color Cylindrical-coordinate representation of color #667F27: hue angle of 77.05º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #667F27 is Cyan = 0.20, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 102 | 127 | 39 | - |
| CMYK | 0.20 | 0 | 0.69 | 0.50 |
| HSL | 77.05º | 0.53% | 0.33% | - |
| HSV(B) | 77.05º | 0.69% | 0.5% | - |
| XYZ | 13.44 | 18.15 | 4.71 | - |
| YUV | 109.49 | 88.22 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 127 | 39 | 0.20 | 0 | 0.69 | 0.50 | 77.05 | 0.53 | 0.33 |
| Hex | 66 | 7F | 27 | 14 | 0 | 45 | 32 | 4D | 35 | 21 |
| Octal | 146 | 177 | 47 | 24 | 0 | 105 | 62 | 115 | 65 | 41 |
| Binary | 1100110 | 1111111 | 100111 | 10100 | 0 | 1000101 | 110010 | 1001101 | 110101 | 100001 |
Color Harmonies of #667F27
Complementary color
Monochromatic Colors of #667F27
Black with #667F27
Text Example
Text Example
White with #667F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667F27; }
p { color: rgb(102,127,39); }
H1.HeaderClassName
{
color: #667F27;
}
.AnyTagClassName
{
color: #667F27;
}
</style>
background-color css
<style>
a { background-color: #667F27; }
a { background-color: rgb(102,127,39); }
div.DivClassName
{
background-color: #667F27;
}
.BgClassName
{
background-color: #667F27;
}
</style>
border-color css
<style>
span { border-color: #667F27; }
span { border-color: rgb(102,127,39); }
td.TdClassName
{
border-color: #667F27;
}
.TagClassName
{
border-color: #667F27;
}
</style>