Shades of Olive #658300
Tints of Olive #658300
RGB
CMYK
RGB Variations
Color information
#658300 (or 0x658300) is known color: Olive. HEX triplet: 65, 83 and 00. RGB value is (101,131,0). Sum of RGB (Red+Green+Blue) = 101+131+0=232 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.53% from 232); Green value is 131 (51.56% from 255 or 56.47% from 232); Blue value is 0 (0.39% from 255 or 0% from 232); Max value from RGB is 131 - color contains mainly: green. Hex color #658300 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #658300 is #9A7CFF. Grayscale: #6B6B6B. Windows color (decimal): -10124544 or 33637. OLE color: 33637.
HSL color Cylindrical-coordinate representation of color #658300: hue angle of 73.74º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #658300 is Cyan = 0.23, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 101 | 131 | 0 | - |
| CMYK | 0.23 | 0 | 1 | 0.49 |
| HSL | 73.74º | 1% | 0.26% | - |
| HSV(B) | 73.74º | 1% | 0.51% | - |
| XYZ | 13.48 | 19 | 2.96 | - |
| YUV | 107.1 | 67.56 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 131 | 0 | 0.23 | 0 | 1 | 0.49 | 73.74 | 1 | 0.26 |
| Hex | 65 | 83 | 0 | 17 | 0 | 64 | 31 | 4A | 64 | 1A |
| Octal | 145 | 203 | 0 | 27 | 0 | 144 | 61 | 112 | 144 | 32 |
| Binary | 1100101 | 10000011 | 0 | 10111 | 0 | 1100100 | 110001 | 1001010 | 1100100 | 11010 |
Color Harmonies of #658300
Complementary color
Monochromatic Colors of #658300
Black with #658300
Text Example
Text Example
White with #658300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658300; }
p { color: rgb(101,131,0); }
H1.HeaderClassName
{
color: #658300;
}
.AnyTagClassName
{
color: #658300;
}
</style>
background-color css
<style>
a { background-color: #658300; }
a { background-color: rgb(101,131,0); }
div.DivClassName
{
background-color: #658300;
}
.BgClassName
{
background-color: #658300;
}
</style>
border-color css
<style>
span { border-color: #658300; }
span { border-color: rgb(101,131,0); }
td.TdClassName
{
border-color: #658300;
}
.TagClassName
{
border-color: #658300;
}
</style>