Shades of Oxley #68A378
Tints of Oxley #68A378
RGB
CMYK
RGB Variations
Color information
#68A378 (or 0x68A378) is known color: Oxley. HEX triplet: 68, A3 and 78. RGB value is (104,163,120). Sum of RGB (Red+Green+Blue) = 104+163+120=387 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.87% from 387); Green value is 163 (64.06% from 255 or 42.12% from 387); Blue value is 120 (47.27% from 255 or 31.01% from 387); Max value from RGB is 163 - color contains mainly: green. Hex color #68A378 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A378 is #975C87. Grayscale: #8C8C8C. Windows color (decimal): -9919624 or 7906152. OLE color: 7906152.
HSL color Cylindrical-coordinate representation of color #68A378: hue angle of 136.27º 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 #68A378 is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 104 | 163 | 120 | - |
| CMYK | 0.36 | 0 | 0.26 | 0.36 |
| HSL | 136.27º | 0.24% | 0.52% | - |
| HSV(B) | 136.27º | 0.36% | 0.64% | - |
| XYZ | 22.2 | 30.49 | 22.49 | - |
| YUV | 140.46 | 116.45 | 102 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 163 | 120 | 0.36 | 0 | 0.26 | 0.36 | 136.27 | 0.24 | 0.52 |
| Hex | 68 | A3 | 78 | 24 | 0 | 1A | 24 | 88 | 18 | 34 |
| Octal | 150 | 243 | 170 | 44 | 0 | 32 | 44 | 210 | 30 | 64 |
| Binary | 1101000 | 10100011 | 1111000 | 100100 | 0 | 11010 | 100100 | 10001000 | 11000 | 110100 |
Color Harmonies of #68A378
Complementary color
Monochromatic Colors of #68A378
Black with #68A378
Text Example
Text Example
White with #68A378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A378; }
p { color: rgb(104,163,120); }
H1.HeaderClassName
{
color: #68A378;
}
.AnyTagClassName
{
color: #68A378;
}
</style>
background-color css
<style>
a { background-color: #68A378; }
a { background-color: rgb(104,163,120); }
div.DivClassName
{
background-color: #68A378;
}
.BgClassName
{
background-color: #68A378;
}
</style>
border-color css
<style>
span { border-color: #68A378; }
span { border-color: rgb(104,163,120); }
td.TdClassName
{
border-color: #68A378;
}
.TagClassName
{
border-color: #68A378;
}
</style>