Shades of Olive #668300
Tints of Olive #668300
RGB
CMYK
RGB Variations
Color information
#668300 (or 0x668300) is known color: Olive. HEX triplet: 66, 83 and 00. RGB value is (102,131,0). Sum of RGB (Red+Green+Blue) = 102+131+0=233 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.78% from 233); Green value is 131 (51.56% from 255 or 56.22% from 233); Blue value is 0 (0.39% from 255 or 0% from 233); Max value from RGB is 131 - color contains mainly: green. Hex color #668300 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668300 is #997CFF. Grayscale: #6B6B6B. Windows color (decimal): -10059008 or 33638. OLE color: 33638.
HSL color Cylindrical-coordinate representation of color #668300: hue angle of 73.28º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #668300 is Cyan = 0.22, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 102 | 131 | 0 | - |
| CMYK | 0.22 | 0 | 1 | 0.49 |
| HSL | 73.28º | 1% | 0.26% | - |
| HSV(B) | 73.28º | 1% | 0.51% | - |
| XYZ | 13.6 | 19.06 | 2.96 | - |
| YUV | 107.4 | 67.39 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 131 | 0 | 0.22 | 0 | 1 | 0.49 | 73.28 | 1 | 0.26 |
| Hex | 66 | 83 | 0 | 16 | 0 | 64 | 31 | 49 | 64 | 1A |
| Octal | 146 | 203 | 0 | 26 | 0 | 144 | 61 | 111 | 144 | 32 |
| Binary | 1100110 | 10000011 | 0 | 10110 | 0 | 1100100 | 110001 | 1001001 | 1100100 | 11010 |
Color Harmonies of #668300
Complementary color
Monochromatic Colors of #668300
Black with #668300
Text Example
Text Example
White with #668300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668300; }
p { color: rgb(102,131,0); }
H1.HeaderClassName
{
color: #668300;
}
.AnyTagClassName
{
color: #668300;
}
</style>
background-color css
<style>
a { background-color: #668300; }
a { background-color: rgb(102,131,0); }
div.DivClassName
{
background-color: #668300;
}
.BgClassName
{
background-color: #668300;
}
</style>
border-color css
<style>
span { border-color: #668300; }
span { border-color: rgb(102,131,0); }
td.TdClassName
{
border-color: #668300;
}
.TagClassName
{
border-color: #668300;
}
</style>