Shades of Oxley #67977B
Tints of Oxley #67977B
RGB
CMYK
RGB Variations
Color information
#67977B (or 0x67977B) is known color: Oxley. HEX triplet: 67, 97 and 7B. RGB value is (103,151,123). Sum of RGB (Red+Green+Blue) = 103+151+123=377 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.32% from 377); Green value is 151 (59.38% from 255 or 40.05% from 377); Blue value is 123 (48.44% from 255 or 32.63% from 377); Max value from RGB is 151 - color contains mainly: green. Hex color #67977B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67977B is #986884. Grayscale: #858585. Windows color (decimal): -9988229 or 8099687. OLE color: 8099687.
HSL color Cylindrical-coordinate representation of color #67977B: hue angle of 145º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #67977B is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 103 | 151 | 123 | - |
| CMYK | 0.32 | 0 | 0.19 | 0.41 |
| HSL | 145º | 0.19% | 0.5% | - |
| HSV(B) | 145º | 0.32% | 0.59% | - |
| XYZ | 20.24 | 26.45 | 22.78 | - |
| YUV | 133.46 | 122.1 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 151 | 123 | 0.32 | 0 | 0.19 | 0.41 | 145 | 0.19 | 0.5 |
| Hex | 67 | 97 | 7B | 20 | 0 | 13 | 29 | 91 | 13 | 32 |
| Octal | 147 | 227 | 173 | 40 | 0 | 23 | 51 | 221 | 23 | 62 |
| Binary | 1100111 | 10010111 | 1111011 | 100000 | 0 | 10011 | 101001 | 10010001 | 10011 | 110010 |
Color Harmonies of #67977B
Complementary color
Monochromatic Colors of #67977B
Black with #67977B
Text Example
Text Example
White with #67977B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67977B; }
p { color: rgb(103,151,123); }
H1.HeaderClassName
{
color: #67977B;
}
.AnyTagClassName
{
color: #67977B;
}
</style>
background-color css
<style>
a { background-color: #67977B; }
a { background-color: rgb(103,151,123); }
div.DivClassName
{
background-color: #67977B;
}
.BgClassName
{
background-color: #67977B;
}
</style>
border-color css
<style>
span { border-color: #67977B; }
span { border-color: rgb(103,151,123); }
td.TdClassName
{
border-color: #67977B;
}
.TagClassName
{
border-color: #67977B;
}
</style>