Shades of Oxley #67997C
Tints of Oxley #67997C
RGB
CMYK
RGB Variations
Color information
#67997C (or 0x67997C) is known color: Oxley. HEX triplet: 67, 99 and 7C. RGB value is (103,153,124). Sum of RGB (Red+Green+Blue) = 103+153+124=380 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.11% from 380); Green value is 153 (60.16% from 255 or 40.26% from 380); Blue value is 124 (48.83% from 255 or 32.63% from 380); Max value from RGB is 153 - color contains mainly: green. Hex color #67997C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67997C is #986683. Grayscale: #868686. Windows color (decimal): -9987716 or 8165735. OLE color: 8165735.
HSL color Cylindrical-coordinate representation of color #67997C: hue angle of 145.2º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #67997C is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 103 | 153 | 124 | - |
| CMYK | 0.33 | 0 | 0.19 | 0.4 |
| HSL | 145.2º | 0.2% | 0.5% | - |
| HSV(B) | 145.2º | 0.33% | 0.6% | - |
| XYZ | 20.62 | 27.12 | 23.22 | - |
| YUV | 134.74 | 121.94 | 105.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 153 | 124 | 0.33 | 0 | 0.19 | 0.4 | 145.2 | 0.2 | 0.5 |
| Hex | 67 | 99 | 7C | 21 | 0 | 13 | 28 | 91 | 14 | 32 |
| Octal | 147 | 231 | 174 | 41 | 0 | 23 | 50 | 221 | 24 | 62 |
| Binary | 1100111 | 10011001 | 1111100 | 100001 | 0 | 10011 | 101000 | 10010001 | 10100 | 110010 |
Color Harmonies of #67997C
Complementary color
Monochromatic Colors of #67997C
Black with #67997C
Text Example
Text Example
White with #67997C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67997C; }
p { color: rgb(103,153,124); }
H1.HeaderClassName
{
color: #67997C;
}
.AnyTagClassName
{
color: #67997C;
}
</style>
background-color css
<style>
a { background-color: #67997C; }
a { background-color: rgb(103,153,124); }
div.DivClassName
{
background-color: #67997C;
}
.BgClassName
{
background-color: #67997C;
}
</style>
border-color css
<style>
span { border-color: #67997C; }
span { border-color: rgb(103,153,124); }
td.TdClassName
{
border-color: #67997C;
}
.TagClassName
{
border-color: #67997C;
}
</style>