Shades of Oxley #68A377
Tints of Oxley #68A377
RGB
CMYK
RGB Variations
Color information
#68A377 (or 0x68A377) is known color: Oxley. HEX triplet: 68, A3 and 77. RGB value is (104,163,119). Sum of RGB (Red+Green+Blue) = 104+163+119=386 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.94% from 386); Green value is 163 (64.06% from 255 or 42.23% from 386); Blue value is 119 (46.88% from 255 or 30.83% from 386); Max value from RGB is 163 - color contains mainly: green. Hex color #68A377 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A377 is #975C88. Grayscale: #8C8C8C. Windows color (decimal): -9919625 or 7840616. OLE color: 7840616.
HSL color Cylindrical-coordinate representation of color #68A377: hue angle of 135.25º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #68A377 is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 104 | 163 | 119 | - |
| CMYK | 0.36 | 0 | 0.27 | 0.36 |
| HSL | 135.25º | 0.24% | 0.52% | - |
| HSV(B) | 135.25º | 0.36% | 0.64% | - |
| XYZ | 22.14 | 30.47 | 22.17 | - |
| YUV | 140.34 | 115.95 | 102.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 163 | 119 | 0.36 | 0 | 0.27 | 0.36 | 135.25 | 0.24 | 0.52 |
| Hex | 68 | A3 | 77 | 24 | 0 | 1B | 24 | 87 | 18 | 34 |
| Octal | 150 | 243 | 167 | 44 | 0 | 33 | 44 | 207 | 30 | 64 |
| Binary | 1101000 | 10100011 | 1110111 | 100100 | 0 | 11011 | 100100 | 10000111 | 11000 | 110100 |
Color Harmonies of #68A377
Complementary color
Monochromatic Colors of #68A377
Black with #68A377
Text Example
Text Example
White with #68A377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A377; }
p { color: rgb(104,163,119); }
H1.HeaderClassName
{
color: #68A377;
}
.AnyTagClassName
{
color: #68A377;
}
</style>
background-color css
<style>
a { background-color: #68A377; }
a { background-color: rgb(104,163,119); }
div.DivClassName
{
background-color: #68A377;
}
.BgClassName
{
background-color: #68A377;
}
</style>
border-color css
<style>
span { border-color: #68A377; }
span { border-color: rgb(104,163,119); }
td.TdClassName
{
border-color: #68A377;
}
.TagClassName
{
border-color: #68A377;
}
</style>