Shades of Olive #696402
Tints of Olive #696402
RGB
CMYK
RGB Variations
Color information
#696402 (or 0x696402) is known color: Olive. HEX triplet: 69, 64 and 02. RGB value is (105,100,2). Sum of RGB (Red+Green+Blue) = 105+100+2=207 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.72% from 207); Green value is 100 (39.45% from 255 or 48.31% from 207); Blue value is 2 (1.17% from 255 or 0.97% from 207); Max value from RGB is 105 - color contains mainly: red. Hex color #696402 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696402 is #969BFD. Grayscale: #5A5A5A. Windows color (decimal): -9870334 or 156777. OLE color: 156777.
HSL color Cylindrical-coordinate representation of color #696402: hue angle of 57.09º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #696402 is Cyan = 0, Magento = 0.05, Yellow = 0.98 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 100 | 2 | - |
| CMYK | 0 | 0.05 | 0.98 | 0.59 |
| HSL | 57.09º | 0.96% | 0.21% | - |
| HSV(B) | 57.09º | 0.98% | 0.41% | - |
| XYZ | 10.39 | 12.12 | 1.85 | - |
| YUV | 90.32 | 78.16 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 100 | 2 | 0 | 0.05 | 0.98 | 0.59 | 57.09 | 0.96 | 0.21 |
| Hex | 69 | 64 | 2 | 0 | 5 | 62 | 3B | 39 | 60 | 15 |
| Octal | 151 | 144 | 2 | 0 | 5 | 142 | 73 | 71 | 140 | 25 |
| Binary | 1101001 | 1100100 | 10 | 0 | 101 | 1100010 | 111011 | 111001 | 1100000 | 10101 |
Color Harmonies of #696402
Complementary color
Monochromatic Colors of #696402
Black with #696402
Text Example
Text Example
White with #696402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696402; }
p { color: rgb(105,100,2); }
H1.HeaderClassName
{
color: #696402;
}
.AnyTagClassName
{
color: #696402;
}
</style>
background-color css
<style>
a { background-color: #696402; }
a { background-color: rgb(105,100,2); }
div.DivClassName
{
background-color: #696402;
}
.BgClassName
{
background-color: #696402;
}
</style>
border-color css
<style>
span { border-color: #696402; }
span { border-color: rgb(105,100,2); }
td.TdClassName
{
border-color: #696402;
}
.TagClassName
{
border-color: #696402;
}
</style>