Shades of Oxley #679977
Tints of Oxley #679977
RGB
CMYK
RGB Variations
Color information
#679977 (or 0x679977) is known color: Oxley. HEX triplet: 67, 99 and 77. RGB value is (103,153,119). Sum of RGB (Red+Green+Blue) = 103+153+119=375 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.47% from 375); Green value is 153 (60.16% from 255 or 40.8% from 375); Blue value is 119 (46.88% from 255 or 31.73% from 375); Max value from RGB is 153 - color contains mainly: green. Hex color #679977 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679977 is #986688. Grayscale: #868686. Windows color (decimal): -9987721 or 7838055. OLE color: 7838055.
HSL color Cylindrical-coordinate representation of color #679977: hue angle of 139.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 #679977 is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 103 | 153 | 119 | - |
| CMYK | 0.33 | 0 | 0.22 | 0.4 |
| HSL | 139.2º | 0.2% | 0.5% | - |
| HSV(B) | 139.2º | 0.33% | 0.6% | - |
| XYZ | 20.31 | 27 | 21.59 | - |
| YUV | 134.17 | 119.44 | 105.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 153 | 119 | 0.33 | 0 | 0.22 | 0.4 | 139.2 | 0.2 | 0.5 |
| Hex | 67 | 99 | 77 | 21 | 0 | 16 | 28 | 8B | 14 | 32 |
| Octal | 147 | 231 | 167 | 41 | 0 | 26 | 50 | 213 | 24 | 62 |
| Binary | 1100111 | 10011001 | 1110111 | 100001 | 0 | 10110 | 101000 | 10001011 | 10100 | 110010 |
Color Harmonies of #679977
Complementary color
Monochromatic Colors of #679977
Black with #679977
Text Example
Text Example
White with #679977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679977; }
p { color: rgb(103,153,119); }
H1.HeaderClassName
{
color: #679977;
}
.AnyTagClassName
{
color: #679977;
}
</style>
background-color css
<style>
a { background-color: #679977; }
a { background-color: rgb(103,153,119); }
div.DivClassName
{
background-color: #679977;
}
.BgClassName
{
background-color: #679977;
}
</style>
border-color css
<style>
span { border-color: #679977; }
span { border-color: rgb(103,153,119); }
td.TdClassName
{
border-color: #679977;
}
.TagClassName
{
border-color: #679977;
}
</style>