Shades of Oxley #68AF7D
Tints of Oxley #68AF7D
RGB
CMYK
RGB Variations
Color information
#68AF7D (or 0x68AF7D) is known color: Oxley. HEX triplet: 68, AF and 7D. RGB value is (104,175,125). Sum of RGB (Red+Green+Blue) = 104+175+125=404 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.74% from 404); Green value is 175 (68.75% from 255 or 43.32% from 404); Blue value is 125 (49.22% from 255 or 30.94% from 404); Max value from RGB is 175 - color contains mainly: green. Hex color #68AF7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AF7D is #975082. Grayscale: #949494. Windows color (decimal): -9916547 or 8236904. OLE color: 8236904.
HSL color Cylindrical-coordinate representation of color #68AF7D: hue angle of 137.75º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #68AF7D is Cyan = 0.41, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 104 | 175 | 125 | - |
| CMYK | 0.41 | 0 | 0.29 | 0.31 |
| HSL | 137.75º | 0.31% | 0.55% | - |
| HSV(B) | 137.75º | 0.41% | 0.69% | - |
| XYZ | 24.74 | 35.08 | 24.87 | - |
| YUV | 148.07 | 114.98 | 96.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 175 | 125 | 0.41 | 0 | 0.29 | 0.31 | 137.75 | 0.31 | 0.55 |
| Hex | 68 | AF | 7D | 29 | 0 | 1D | 1F | 8A | 1F | 37 |
| Octal | 150 | 257 | 175 | 51 | 0 | 35 | 37 | 212 | 37 | 67 |
| Binary | 1101000 | 10101111 | 1111101 | 101001 | 0 | 11101 | 11111 | 10001010 | 11111 | 110111 |
Color Harmonies of #68AF7D
Complementary color
Monochromatic Colors of #68AF7D
Black with #68AF7D
Text Example
Text Example
White with #68AF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AF7D; }
p { color: rgb(104,175,125); }
H1.HeaderClassName
{
color: #68AF7D;
}
.AnyTagClassName
{
color: #68AF7D;
}
</style>
background-color css
<style>
a { background-color: #68AF7D; }
a { background-color: rgb(104,175,125); }
div.DivClassName
{
background-color: #68AF7D;
}
.BgClassName
{
background-color: #68AF7D;
}
</style>
border-color css
<style>
span { border-color: #68AF7D; }
span { border-color: rgb(104,175,125); }
td.TdClassName
{
border-color: #68AF7D;
}
.TagClassName
{
border-color: #68AF7D;
}
</style>