Shades of Olive #667B05
Tints of Olive #667B05
RGB
CMYK
RGB Variations
Color information
#667B05 (or 0x667B05) is known color: Olive. HEX triplet: 66, 7B and 05. RGB value is (102,123,5). Sum of RGB (Red+Green+Blue) = 102+123+5=230 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.35% from 230); Green value is 123 (48.44% from 255 or 53.48% from 230); Blue value is 5 (2.34% from 255 or 2.17% from 230); Max value from RGB is 123 - color contains mainly: green. Hex color #667B05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #667B05 is #9984FA. Grayscale: #676767. Windows color (decimal): -10061051 or 359270. OLE color: 359270.
HSL color Cylindrical-coordinate representation of color #667B05: hue angle of 70.68º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #667B05 is Cyan = 0.17, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 102 | 123 | 5 | - |
| CMYK | 0.17 | 0 | 0.96 | 0.52 |
| HSL | 70.68º | 0.92% | 0.25% | - |
| HSV(B) | 70.68º | 0.96% | 0.48% | - |
| XYZ | 12.59 | 17 | 2.76 | - |
| YUV | 103.27 | 72.54 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 123 | 5 | 0.17 | 0 | 0.96 | 0.52 | 70.68 | 0.92 | 0.25 |
| Hex | 66 | 7B | 5 | 11 | 0 | 60 | 34 | 47 | 5C | 19 |
| Octal | 146 | 173 | 5 | 21 | 0 | 140 | 64 | 107 | 134 | 31 |
| Binary | 1100110 | 1111011 | 101 | 10001 | 0 | 1100000 | 110100 | 1000111 | 1011100 | 11001 |
Color Harmonies of #667B05
Complementary color
Monochromatic Colors of #667B05
Black with #667B05
Text Example
Text Example
White with #667B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667B05; }
p { color: rgb(102,123,5); }
H1.HeaderClassName
{
color: #667B05;
}
.AnyTagClassName
{
color: #667B05;
}
</style>
background-color css
<style>
a { background-color: #667B05; }
a { background-color: rgb(102,123,5); }
div.DivClassName
{
background-color: #667B05;
}
.BgClassName
{
background-color: #667B05;
}
</style>
border-color css
<style>
span { border-color: #667B05; }
span { border-color: rgb(102,123,5); }
td.TdClassName
{
border-color: #667B05;
}
.TagClassName
{
border-color: #667B05;
}
</style>