Shades of Olive #657B01
Tints of Olive #657B01
RGB
CMYK
RGB Variations
Color information
#657B01 (or 0x657B01) is known color: Olive. HEX triplet: 65, 7B and 01. RGB value is (101,123,1). Sum of RGB (Red+Green+Blue) = 101+123+1=225 (29% of max value = 765). Red value is 101 (39.84% from 255 or 44.89% from 225); Green value is 123 (48.44% from 255 or 54.67% from 225); Blue value is 1 (0.78% from 255 or 0.44% from 225); Max value from RGB is 123 - color contains mainly: green. Hex color #657B01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #657B01 is #9A84FE. Grayscale: #666666. Windows color (decimal): -10126591 or 97125. OLE color: 97125.
HSL color Cylindrical-coordinate representation of color #657B01: hue angle of 70.82º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #657B01 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 101 | 123 | 1 | - |
| CMYK | 0.18 | 0 | 0.99 | 0.52 |
| HSL | 70.82º | 0.98% | 0.24% | - |
| HSV(B) | 70.82º | 0.99% | 0.48% | - |
| XYZ | 12.46 | 16.93 | 2.64 | - |
| YUV | 102.51 | 70.71 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 123 | 1 | 0.18 | 0 | 0.99 | 0.52 | 70.82 | 0.98 | 0.24 |
| Hex | 65 | 7B | 1 | 12 | 0 | 63 | 34 | 47 | 62 | 18 |
| Octal | 145 | 173 | 1 | 22 | 0 | 143 | 64 | 107 | 142 | 30 |
| Binary | 1100101 | 1111011 | 1 | 10010 | 0 | 1100011 | 110100 | 1000111 | 1100010 | 11000 |
Color Harmonies of #657B01
Complementary color
Monochromatic Colors of #657B01
Black with #657B01
Text Example
Text Example
White with #657B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657B01; }
p { color: rgb(101,123,1); }
H1.HeaderClassName
{
color: #657B01;
}
.AnyTagClassName
{
color: #657B01;
}
</style>
background-color css
<style>
a { background-color: #657B01; }
a { background-color: rgb(101,123,1); }
div.DivClassName
{
background-color: #657B01;
}
.BgClassName
{
background-color: #657B01;
}
</style>
border-color css
<style>
span { border-color: #657B01; }
span { border-color: rgb(101,123,1); }
td.TdClassName
{
border-color: #657B01;
}
.TagClassName
{
border-color: #657B01;
}
</style>