Shades of Olive #666300
Tints of Olive #666300
RGB
CMYK
RGB Variations
Color information
#666300 (or 0x666300) is known color: Olive. HEX triplet: 66, 63 and 00. RGB value is (102,99,0). Sum of RGB (Red+Green+Blue) = 102+99+0=201 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.75% from 201); Green value is 99 (39.06% from 255 or 49.25% from 201); Blue value is 0 (0.39% from 255 or 0% from 201); Max value from RGB is 102 - color contains mainly: red. Hex color #666300 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666300 is #999CFF. Grayscale: #595959. Windows color (decimal): -10067200 or 25446. OLE color: 25446.
HSL color Cylindrical-coordinate representation of color #666300: hue angle of 58.24º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #666300 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 99 | 0 | - |
| CMYK | 0 | 0.03 | 1 | 0.6 |
| HSL | 58.24º | 1% | 0.2% | - |
| HSV(B) | 58.24º | 1% | 0.4% | - |
| XYZ | 9.94 | 11.75 | 1.74 | - |
| YUV | 88.61 | 77.99 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 99 | 0 | 0 | 0.03 | 1 | 0.6 | 58.24 | 1 | 0.2 |
| Hex | 66 | 63 | 0 | 0 | 3 | 64 | 3C | 3A | 64 | 14 |
| Octal | 146 | 143 | 0 | 0 | 3 | 144 | 74 | 72 | 144 | 24 |
| Binary | 1100110 | 1100011 | 0 | 0 | 11 | 1100100 | 111100 | 111010 | 1100100 | 10100 |
Color Harmonies of #666300
Complementary color
Monochromatic Colors of #666300
Black with #666300
Text Example
Text Example
White with #666300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666300; }
p { color: rgb(102,99,0); }
H1.HeaderClassName
{
color: #666300;
}
.AnyTagClassName
{
color: #666300;
}
</style>
background-color css
<style>
a { background-color: #666300; }
a { background-color: rgb(102,99,0); }
div.DivClassName
{
background-color: #666300;
}
.BgClassName
{
background-color: #666300;
}
</style>
border-color css
<style>
span { border-color: #666300; }
span { border-color: rgb(102,99,0); }
td.TdClassName
{
border-color: #666300;
}
.TagClassName
{
border-color: #666300;
}
</style>