Shades of Olive #667B03
Tints of Olive #667B03
RGB
CMYK
RGB Variations
Color information
#667B03 (or 0x667B03) is known color: Olive. HEX triplet: 66, 7B and 03. RGB value is (102,123,3). Sum of RGB (Red+Green+Blue) = 102+123+3=228 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.74% from 228); Green value is 123 (48.44% from 255 or 53.95% from 228); Blue value is 3 (1.56% from 255 or 1.32% from 228); Max value from RGB is 123 - color contains mainly: green. Hex color #667B03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #667B03 is #9984FC. Grayscale: #676767. Windows color (decimal): -10061053 or 228198. OLE color: 228198.
HSL color Cylindrical-coordinate representation of color #667B03: hue angle of 70.5º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #667B03 is Cyan = 0.17, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 102 | 123 | 3 | - |
| CMYK | 0.17 | 0 | 0.98 | 0.52 |
| HSL | 70.5º | 0.95% | 0.25% | - |
| HSV(B) | 70.5º | 0.98% | 0.48% | - |
| XYZ | 12.58 | 17 | 2.7 | - |
| YUV | 103.04 | 71.54 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 123 | 3 | 0.17 | 0 | 0.98 | 0.52 | 70.5 | 0.95 | 0.25 |
| Hex | 66 | 7B | 3 | 11 | 0 | 62 | 34 | 46 | 5F | 19 |
| Octal | 146 | 173 | 3 | 21 | 0 | 142 | 64 | 106 | 137 | 31 |
| Binary | 1100110 | 1111011 | 11 | 10001 | 0 | 1100010 | 110100 | 1000110 | 1011111 | 11001 |
Color Harmonies of #667B03
Complementary color
Monochromatic Colors of #667B03
Black with #667B03
Text Example
Text Example
White with #667B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667B03; }
p { color: rgb(102,123,3); }
H1.HeaderClassName
{
color: #667B03;
}
.AnyTagClassName
{
color: #667B03;
}
</style>
background-color css
<style>
a { background-color: #667B03; }
a { background-color: rgb(102,123,3); }
div.DivClassName
{
background-color: #667B03;
}
.BgClassName
{
background-color: #667B03;
}
</style>
border-color css
<style>
span { border-color: #667B03; }
span { border-color: rgb(102,123,3); }
td.TdClassName
{
border-color: #667B03;
}
.TagClassName
{
border-color: #667B03;
}
</style>