Shades of Olive #668105
Tints of Olive #668105
RGB
CMYK
RGB Variations
Color information
#668105 (or 0x668105) is known color: Olive. HEX triplet: 66, 81 and 05. RGB value is (102,129,5). Sum of RGB (Red+Green+Blue) = 102+129+5=236 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.22% from 236); Green value is 129 (50.78% from 255 or 54.66% from 236); Blue value is 5 (2.34% from 255 or 2.12% from 236); Max value from RGB is 129 - color contains mainly: green. Hex color #668105 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668105 is #997EFA. Grayscale: #6B6B6B. Windows color (decimal): -10059515 or 360806. OLE color: 360806.
HSL color Cylindrical-coordinate representation of color #668105: hue angle of 73.06º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #668105 is Cyan = 0.21, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 102 | 129 | 5 | - |
| CMYK | 0.21 | 0 | 0.96 | 0.49 |
| HSL | 73.06º | 0.93% | 0.26% | - |
| HSV(B) | 73.06º | 0.96% | 0.51% | - |
| XYZ | 13.36 | 18.54 | 3.02 | - |
| YUV | 106.79 | 70.55 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 129 | 5 | 0.21 | 0 | 0.96 | 0.49 | 73.06 | 0.93 | 0.26 |
| Hex | 66 | 81 | 5 | 15 | 0 | 60 | 31 | 49 | 5D | 1A |
| Octal | 146 | 201 | 5 | 25 | 0 | 140 | 61 | 111 | 135 | 32 |
| Binary | 1100110 | 10000001 | 101 | 10101 | 0 | 1100000 | 110001 | 1001001 | 1011101 | 11010 |
Color Harmonies of #668105
Complementary color
Monochromatic Colors of #668105
Black with #668105
Text Example
Text Example
White with #668105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668105; }
p { color: rgb(102,129,5); }
H1.HeaderClassName
{
color: #668105;
}
.AnyTagClassName
{
color: #668105;
}
</style>
background-color css
<style>
a { background-color: #668105; }
a { background-color: rgb(102,129,5); }
div.DivClassName
{
background-color: #668105;
}
.BgClassName
{
background-color: #668105;
}
</style>
border-color css
<style>
span { border-color: #668105; }
span { border-color: rgb(102,129,5); }
td.TdClassName
{
border-color: #668105;
}
.TagClassName
{
border-color: #668105;
}
</style>