Shades of Oxley #65977B
Tints of Oxley #65977B
RGB
CMYK
RGB Variations
Color information
#65977B (or 0x65977B) is known color: Oxley. HEX triplet: 65, 97 and 7B. RGB value is (101,151,123). Sum of RGB (Red+Green+Blue) = 101+151+123=375 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.93% from 375); Green value is 151 (59.38% from 255 or 40.27% from 375); Blue value is 123 (48.44% from 255 or 32.8% from 375); Max value from RGB is 151 - color contains mainly: green. Hex color #65977B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65977B is #9A6884. Grayscale: #848484. Windows color (decimal): -10119301 or 8099685. OLE color: 8099685.
HSL color Cylindrical-coordinate representation of color #65977B: hue angle of 146.4º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #65977B is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 101 | 151 | 123 | - |
| CMYK | 0.33 | 0 | 0.19 | 0.41 |
| HSL | 146.4º | 0.2% | 0.49% | - |
| HSV(B) | 146.4º | 0.33% | 0.59% | - |
| XYZ | 20.01 | 26.33 | 22.77 | - |
| YUV | 132.86 | 122.44 | 105.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 151 | 123 | 0.33 | 0 | 0.19 | 0.41 | 146.4 | 0.2 | 0.49 |
| Hex | 65 | 97 | 7B | 21 | 0 | 13 | 29 | 92 | 14 | 31 |
| Octal | 145 | 227 | 173 | 41 | 0 | 23 | 51 | 222 | 24 | 61 |
| Binary | 1100101 | 10010111 | 1111011 | 100001 | 0 | 10011 | 101001 | 10010010 | 10100 | 110001 |
Color Harmonies of #65977B
Complementary color
Monochromatic Colors of #65977B
Black with #65977B
Text Example
Text Example
White with #65977B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65977B; }
p { color: rgb(101,151,123); }
H1.HeaderClassName
{
color: #65977B;
}
.AnyTagClassName
{
color: #65977B;
}
</style>
background-color css
<style>
a { background-color: #65977B; }
a { background-color: rgb(101,151,123); }
div.DivClassName
{
background-color: #65977B;
}
.BgClassName
{
background-color: #65977B;
}
</style>
border-color css
<style>
span { border-color: #65977B; }
span { border-color: rgb(101,151,123); }
td.TdClassName
{
border-color: #65977B;
}
.TagClassName
{
border-color: #65977B;
}
</style>