Shades of Oxley #6CAF7E
Tints of Oxley #6CAF7E
RGB
CMYK
RGB Variations
Color information
#6CAF7E (or 0x6CAF7E) is known color: Oxley. HEX triplet: 6C, AF and 7E. RGB value is (108,175,126). Sum of RGB (Red+Green+Blue) = 108+175+126=409 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.41% from 409); Green value is 175 (68.75% from 255 or 42.79% from 409); Blue value is 126 (49.61% from 255 or 30.81% from 409); Max value from RGB is 175 - color contains mainly: green. Hex color #6CAF7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CAF7E is #935081. Grayscale: #959595. Windows color (decimal): -9654402 or 8302444. OLE color: 8302444.
HSL color Cylindrical-coordinate representation of color #6CAF7E: hue angle of 136.12º 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 #6CAF7E is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 108 | 175 | 126 | - |
| CMYK | 0.38 | 0 | 0.28 | 0.31 |
| HSL | 136.12º | 0.3% | 0.55% | - |
| HSV(B) | 136.12º | 0.38% | 0.69% | - |
| XYZ | 25.28 | 35.35 | 25.23 | - |
| YUV | 149.38 | 114.8 | 98.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 175 | 126 | 0.38 | 0 | 0.28 | 0.31 | 136.12 | 0.3 | 0.55 |
| Hex | 6C | AF | 7E | 26 | 0 | 1C | 1F | 88 | 1E | 37 |
| Octal | 154 | 257 | 176 | 46 | 0 | 34 | 37 | 210 | 36 | 67 |
| Binary | 1101100 | 10101111 | 1111110 | 100110 | 0 | 11100 | 11111 | 10001000 | 11110 | 110111 |
Color Harmonies of #6CAF7E
Complementary color
Monochromatic Colors of #6CAF7E
Black with #6CAF7E
Text Example
Text Example
White with #6CAF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAF7E; }
p { color: rgb(108,175,126); }
H1.HeaderClassName
{
color: #6CAF7E;
}
.AnyTagClassName
{
color: #6CAF7E;
}
</style>
background-color css
<style>
a { background-color: #6CAF7E; }
a { background-color: rgb(108,175,126); }
div.DivClassName
{
background-color: #6CAF7E;
}
.BgClassName
{
background-color: #6CAF7E;
}
</style>
border-color css
<style>
span { border-color: #6CAF7E; }
span { border-color: rgb(108,175,126); }
td.TdClassName
{
border-color: #6CAF7E;
}
.TagClassName
{
border-color: #6CAF7E;
}
</style>