Shades of Oxley #6CAA79
Tints of Oxley #6CAA79
RGB
CMYK
RGB Variations
Color information
#6CAA79 (or 0x6CAA79) is known color: Oxley. HEX triplet: 6C, AA and 79. RGB value is (108,170,121). Sum of RGB (Red+Green+Blue) = 108+170+121=399 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.07% from 399); Green value is 170 (66.80% from 255 or 42.61% from 399); Blue value is 121 (47.66% from 255 or 30.33% from 399); Max value from RGB is 170 - color contains mainly: green. Hex color #6CAA79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CAA79 is #935586. Grayscale: #929292. Windows color (decimal): -9655687 or 7973484. OLE color: 7973484.
HSL color Cylindrical-coordinate representation of color #6CAA79: hue angle of 132.58º 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 #6CAA79 is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 108 | 170 | 121 | - |
| CMYK | 0.36 | 0 | 0.29 | 0.33 |
| HSL | 132.58º | 0.27% | 0.55% | - |
| HSV(B) | 132.58º | 0.36% | 0.67% | - |
| XYZ | 24.01 | 33.32 | 23.25 | - |
| YUV | 145.88 | 113.96 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 170 | 121 | 0.36 | 0 | 0.29 | 0.33 | 132.58 | 0.27 | 0.55 |
| Hex | 6C | AA | 79 | 24 | 0 | 1D | 21 | 85 | 1B | 37 |
| Octal | 154 | 252 | 171 | 44 | 0 | 35 | 41 | 205 | 33 | 67 |
| Binary | 1101100 | 10101010 | 1111001 | 100100 | 0 | 11101 | 100001 | 10000101 | 11011 | 110111 |
Color Harmonies of #6CAA79
Complementary color
Monochromatic Colors of #6CAA79
Black with #6CAA79
Text Example
Text Example
White with #6CAA79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAA79; }
p { color: rgb(108,170,121); }
H1.HeaderClassName
{
color: #6CAA79;
}
.AnyTagClassName
{
color: #6CAA79;
}
</style>
background-color css
<style>
a { background-color: #6CAA79; }
a { background-color: rgb(108,170,121); }
div.DivClassName
{
background-color: #6CAA79;
}
.BgClassName
{
background-color: #6CAA79;
}
</style>
border-color css
<style>
span { border-color: #6CAA79; }
span { border-color: rgb(108,170,121); }
td.TdClassName
{
border-color: #6CAA79;
}
.TagClassName
{
border-color: #6CAA79;
}
</style>