Shades of Olive #696B04
Tints of Olive #696B04
RGB
CMYK
RGB Variations
Color information
#696B04 (or 0x696B04) is known color: Olive. HEX triplet: 69, 6B and 04. RGB value is (105,107,4). Sum of RGB (Red+Green+Blue) = 105+107+4=216 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.61% from 216); Green value is 107 (42.19% from 255 or 49.54% from 216); Blue value is 4 (1.95% from 255 or 1.85% from 216); Max value from RGB is 107 - color contains mainly: green. Hex color #696B04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696B04 is #9694FB. Grayscale: #5F5F5F. Windows color (decimal): -9868540 or 289641. OLE color: 289641.
HSL color Cylindrical-coordinate representation of color #696B04: hue angle of 61.17º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #696B04 is Cyan = 0.02, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 105 | 107 | 4 | - |
| CMYK | 0.02 | 0 | 0.96 | 0.58 |
| HSL | 61.17º | 0.93% | 0.22% | - |
| HSV(B) | 61.17º | 0.96% | 0.42% | - |
| XYZ | 11.11 | 13.53 | 2.14 | - |
| YUV | 94.66 | 76.84 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 107 | 4 | 0.02 | 0 | 0.96 | 0.58 | 61.17 | 0.93 | 0.22 |
| Hex | 69 | 6B | 4 | 2 | 0 | 60 | 3A | 3D | 5D | 16 |
| Octal | 151 | 153 | 4 | 2 | 0 | 140 | 72 | 75 | 135 | 26 |
| Binary | 1101001 | 1101011 | 100 | 10 | 0 | 1100000 | 111010 | 111101 | 1011101 | 10110 |
Color Harmonies of #696B04
Complementary color
Monochromatic Colors of #696B04
Black with #696B04
Text Example
Text Example
White with #696B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696B04; }
p { color: rgb(105,107,4); }
H1.HeaderClassName
{
color: #696B04;
}
.AnyTagClassName
{
color: #696B04;
}
</style>
background-color css
<style>
a { background-color: #696B04; }
a { background-color: rgb(105,107,4); }
div.DivClassName
{
background-color: #696B04;
}
.BgClassName
{
background-color: #696B04;
}
</style>
border-color css
<style>
span { border-color: #696B04; }
span { border-color: rgb(105,107,4); }
td.TdClassName
{
border-color: #696B04;
}
.TagClassName
{
border-color: #696B04;
}
</style>