Shades of Olive #688A02
Tints of Olive #688A02
RGB
CMYK
RGB Variations
Color information
#688A02 (or 0x688A02) is known color: Olive. HEX triplet: 68, 8A and 02. RGB value is (104,138,2). Sum of RGB (Red+Green+Blue) = 104+138+2=244 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.62% from 244); Green value is 138 (54.30% from 255 or 56.56% from 244); Blue value is 2 (1.17% from 255 or 0.82% from 244); Max value from RGB is 138 - color contains mainly: green. Hex color #688A02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688A02 is #9775FD. Grayscale: #707070. Windows color (decimal): -9926142 or 166504. OLE color: 166504.
HSL color Cylindrical-coordinate representation of color #688A02: hue angle of 75º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #688A02 is Cyan = 0.25, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 104 | 138 | 2 | - |
| CMYK | 0.25 | 0 | 0.99 | 0.46 |
| HSL | 75º | 0.97% | 0.27% | - |
| HSV(B) | 75º | 0.99% | 0.54% | - |
| XYZ | 14.81 | 21.12 | 3.35 | - |
| YUV | 112.33 | 65.74 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 138 | 2 | 0.25 | 0 | 0.99 | 0.46 | 75 | 0.97 | 0.27 |
| Hex | 68 | 8A | 2 | 19 | 0 | 63 | 2E | 4B | 61 | 1B |
| Octal | 150 | 212 | 2 | 31 | 0 | 143 | 56 | 113 | 141 | 33 |
| Binary | 1101000 | 10001010 | 10 | 11001 | 0 | 1100011 | 101110 | 1001011 | 1100001 | 11011 |
Color Harmonies of #688A02
Complementary color
Monochromatic Colors of #688A02
Black with #688A02
Text Example
Text Example
White with #688A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688A02; }
p { color: rgb(104,138,2); }
H1.HeaderClassName
{
color: #688A02;
}
.AnyTagClassName
{
color: #688A02;
}
</style>
background-color css
<style>
a { background-color: #688A02; }
a { background-color: rgb(104,138,2); }
div.DivClassName
{
background-color: #688A02;
}
.BgClassName
{
background-color: #688A02;
}
</style>
border-color css
<style>
span { border-color: #688A02; }
span { border-color: rgb(104,138,2); }
td.TdClassName
{
border-color: #688A02;
}
.TagClassName
{
border-color: #688A02;
}
</style>