Shades of Olive #696B02
Tints of Olive #696B02
RGB
CMYK
RGB Variations
Color information
#696B02 (or 0x696B02) is known color: Olive. HEX triplet: 69, 6B and 02. RGB value is (105,107,2). Sum of RGB (Red+Green+Blue) = 105+107+2=214 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.07% from 214); Green value is 107 (42.19% from 255 or 50% from 214); Blue value is 2 (1.17% from 255 or 0.93% from 214); Max value from RGB is 107 - color contains mainly: green. Hex color #696B02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696B02 is #9694FD. Grayscale: #5E5E5E. Windows color (decimal): -9868542 or 158569. OLE color: 158569.
HSL color Cylindrical-coordinate representation of color #696B02: hue angle of 61.14º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #696B02 is Cyan = 0.02, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 105 | 107 | 2 | - |
| CMYK | 0.02 | 0 | 0.98 | 0.58 |
| HSL | 61.14º | 0.96% | 0.21% | - |
| HSV(B) | 61.14º | 0.98% | 0.42% | - |
| XYZ | 11.09 | 13.52 | 2.08 | - |
| YUV | 94.43 | 75.84 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 107 | 2 | 0.02 | 0 | 0.98 | 0.58 | 61.14 | 0.96 | 0.21 |
| Hex | 69 | 6B | 2 | 2 | 0 | 62 | 3A | 3D | 60 | 15 |
| Octal | 151 | 153 | 2 | 2 | 0 | 142 | 72 | 75 | 140 | 25 |
| Binary | 1101001 | 1101011 | 10 | 10 | 0 | 1100010 | 111010 | 111101 | 1100000 | 10101 |
Color Harmonies of #696B02
Complementary color
Monochromatic Colors of #696B02
Black with #696B02
Text Example
Text Example
White with #696B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696B02; }
p { color: rgb(105,107,2); }
H1.HeaderClassName
{
color: #696B02;
}
.AnyTagClassName
{
color: #696B02;
}
</style>
background-color css
<style>
a { background-color: #696B02; }
a { background-color: rgb(105,107,2); }
div.DivClassName
{
background-color: #696B02;
}
.BgClassName
{
background-color: #696B02;
}
</style>
border-color css
<style>
span { border-color: #696B02; }
span { border-color: rgb(105,107,2); }
td.TdClassName
{
border-color: #696B02;
}
.TagClassName
{
border-color: #696B02;
}
</style>