Shades of Olive #658102
Tints of Olive #658102
RGB
CMYK
RGB Variations
Color information
#658102 (or 0x658102) is known color: Olive. HEX triplet: 65, 81 and 02. RGB value is (101,129,2). Sum of RGB (Red+Green+Blue) = 101+129+2=232 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.53% from 232); Green value is 129 (50.78% from 255 or 55.60% from 232); Blue value is 2 (1.17% from 255 or 0.86% from 232); Max value from RGB is 129 - color contains mainly: green. Hex color #658102 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #658102 is #9A7EFD. Grayscale: #6A6A6A. Windows color (decimal): -10125054 or 164197. OLE color: 164197.
HSL color Cylindrical-coordinate representation of color #658102: hue angle of 73.23º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #658102 is Cyan = 0.22, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 101 | 129 | 2 | - |
| CMYK | 0.22 | 0 | 0.98 | 0.49 |
| HSL | 73.23º | 0.97% | 0.26% | - |
| HSV(B) | 73.23º | 0.98% | 0.51% | - |
| XYZ | 13.23 | 18.47 | 2.93 | - |
| YUV | 106.15 | 69.22 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 129 | 2 | 0.22 | 0 | 0.98 | 0.49 | 73.23 | 0.97 | 0.26 |
| Hex | 65 | 81 | 2 | 16 | 0 | 62 | 31 | 49 | 61 | 1A |
| Octal | 145 | 201 | 2 | 26 | 0 | 142 | 61 | 111 | 141 | 32 |
| Binary | 1100101 | 10000001 | 10 | 10110 | 0 | 1100010 | 110001 | 1001001 | 1100001 | 11010 |
Color Harmonies of #658102
Complementary color
Monochromatic Colors of #658102
Black with #658102
Text Example
Text Example
White with #658102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658102; }
p { color: rgb(101,129,2); }
H1.HeaderClassName
{
color: #658102;
}
.AnyTagClassName
{
color: #658102;
}
</style>
background-color css
<style>
a { background-color: #658102; }
a { background-color: rgb(101,129,2); }
div.DivClassName
{
background-color: #658102;
}
.BgClassName
{
background-color: #658102;
}
</style>
border-color css
<style>
span { border-color: #658102; }
span { border-color: rgb(101,129,2); }
td.TdClassName
{
border-color: #658102;
}
.TagClassName
{
border-color: #658102;
}
</style>