Shades of Oxley #6CAF7D
Tints of Oxley #6CAF7D
RGB
CMYK
RGB Variations
Color information
#6CAF7D (or 0x6CAF7D) is known color: Oxley. HEX triplet: 6C, AF and 7D. RGB value is (108,175,125). Sum of RGB (Red+Green+Blue) = 108+175+125=408 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.47% from 408); Green value is 175 (68.75% from 255 or 42.89% from 408); Blue value is 125 (49.22% from 255 or 30.64% from 408); Max value from RGB is 175 - color contains mainly: green. Hex color #6CAF7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CAF7D is #935082. Grayscale: #959595. Windows color (decimal): -9654403 or 8236908. OLE color: 8236908.
HSL color Cylindrical-coordinate representation of color #6CAF7D: hue angle of 135.22º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6CAF7D is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 108 | 175 | 125 | - |
| CMYK | 0.38 | 0 | 0.29 | 0.31 |
| HSL | 135.22º | 0.3% | 0.55% | - |
| HSV(B) | 135.22º | 0.38% | 0.69% | - |
| XYZ | 25.22 | 35.33 | 24.89 | - |
| YUV | 149.27 | 114.3 | 98.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 175 | 125 | 0.38 | 0 | 0.29 | 0.31 | 135.22 | 0.3 | 0.55 |
| Hex | 6C | AF | 7D | 26 | 0 | 1D | 1F | 87 | 1E | 37 |
| Octal | 154 | 257 | 175 | 46 | 0 | 35 | 37 | 207 | 36 | 67 |
| Binary | 1101100 | 10101111 | 1111101 | 100110 | 0 | 11101 | 11111 | 10000111 | 11110 | 110111 |
Color Harmonies of #6CAF7D
Complementary color
Monochromatic Colors of #6CAF7D
Black with #6CAF7D
Text Example
Text Example
White with #6CAF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAF7D; }
p { color: rgb(108,175,125); }
H1.HeaderClassName
{
color: #6CAF7D;
}
.AnyTagClassName
{
color: #6CAF7D;
}
</style>
background-color css
<style>
a { background-color: #6CAF7D; }
a { background-color: rgb(108,175,125); }
div.DivClassName
{
background-color: #6CAF7D;
}
.BgClassName
{
background-color: #6CAF7D;
}
</style>
border-color css
<style>
span { border-color: #6CAF7D; }
span { border-color: rgb(108,175,125); }
td.TdClassName
{
border-color: #6CAF7D;
}
.TagClassName
{
border-color: #6CAF7D;
}
</style>