Shades of Oxley #6CAA7A
Tints of Oxley #6CAA7A
RGB
CMYK
RGB Variations
Color information
#6CAA7A (or 0x6CAA7A) is known color: Oxley. HEX triplet: 6C, AA and 7A. RGB value is (108,170,122). Sum of RGB (Red+Green+Blue) = 108+170+122=400 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27% from 400); Green value is 170 (66.80% from 255 or 42.5% from 400); Blue value is 122 (48.05% from 255 or 30.5% from 400); Max value from RGB is 170 - color contains mainly: green. Hex color #6CAA7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CAA7A is #935585. Grayscale: #929292. Windows color (decimal): -9655686 or 8039020. OLE color: 8039020.
HSL color Cylindrical-coordinate representation of color #6CAA7A: hue angle of 133.55º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6CAA7A is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 108 | 170 | 122 | - |
| CMYK | 0.36 | 0 | 0.28 | 0.33 |
| HSL | 133.55º | 0.27% | 0.55% | - |
| HSV(B) | 133.55º | 0.36% | 0.67% | - |
| XYZ | 24.07 | 33.34 | 23.58 | - |
| YUV | 145.99 | 114.46 | 100.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 170 | 122 | 0.36 | 0 | 0.28 | 0.33 | 133.55 | 0.27 | 0.55 |
| Hex | 6C | AA | 7A | 24 | 0 | 1C | 21 | 86 | 1B | 37 |
| Octal | 154 | 252 | 172 | 44 | 0 | 34 | 41 | 206 | 33 | 67 |
| Binary | 1101100 | 10101010 | 1111010 | 100100 | 0 | 11100 | 100001 | 10000110 | 11011 | 110111 |
Color Harmonies of #6CAA7A
Complementary color
Monochromatic Colors of #6CAA7A
Black with #6CAA7A
Text Example
Text Example
White with #6CAA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAA7A; }
p { color: rgb(108,170,122); }
H1.HeaderClassName
{
color: #6CAA7A;
}
.AnyTagClassName
{
color: #6CAA7A;
}
</style>
background-color css
<style>
a { background-color: #6CAA7A; }
a { background-color: rgb(108,170,122); }
div.DivClassName
{
background-color: #6CAA7A;
}
.BgClassName
{
background-color: #6CAA7A;
}
</style>
border-color css
<style>
span { border-color: #6CAA7A; }
span { border-color: rgb(108,170,122); }
td.TdClassName
{
border-color: #6CAA7A;
}
.TagClassName
{
border-color: #6CAA7A;
}
</style>