Shades of Oxley #6CA274
Tints of Oxley #6CA274
RGB
CMYK
RGB Variations
Color information
#6CA274 (or 0x6CA274) is known color: Oxley. HEX triplet: 6C, A2 and 74. RGB value is (108,162,116). Sum of RGB (Red+Green+Blue) = 108+162+116=386 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.98% from 386); Green value is 162 (63.67% from 255 or 41.97% from 386); Blue value is 116 (45.70% from 255 or 30.05% from 386); Max value from RGB is 162 - color contains mainly: green. Hex color #6CA274 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CA274 is #935D8B. Grayscale: #8C8C8C. Windows color (decimal): -9657740 or 7643756. OLE color: 7643756.
HSL color Cylindrical-coordinate representation of color #6CA274: hue angle of 128.89º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6CA274 is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 108 | 162 | 116 | - |
| CMYK | 0.33 | 0 | 0.28 | 0.36 |
| HSL | 128.89º | 0.23% | 0.53% | - |
| HSV(B) | 128.89º | 0.33% | 0.64% | - |
| XYZ | 22.26 | 30.29 | 21.2 | - |
| YUV | 140.61 | 114.11 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 162 | 116 | 0.33 | 0 | 0.28 | 0.36 | 128.89 | 0.23 | 0.53 |
| Hex | 6C | A2 | 74 | 21 | 0 | 1C | 24 | 81 | 16 | 35 |
| Octal | 154 | 242 | 164 | 41 | 0 | 34 | 44 | 201 | 26 | 65 |
| Binary | 1101100 | 10100010 | 1110100 | 100001 | 0 | 11100 | 100100 | 10000001 | 10110 | 110101 |
Color Harmonies of #6CA274
Complementary color
Monochromatic Colors of #6CA274
Black with #6CA274
Text Example
Text Example
White with #6CA274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA274; }
p { color: rgb(108,162,116); }
H1.HeaderClassName
{
color: #6CA274;
}
.AnyTagClassName
{
color: #6CA274;
}
</style>
background-color css
<style>
a { background-color: #6CA274; }
a { background-color: rgb(108,162,116); }
div.DivClassName
{
background-color: #6CA274;
}
.BgClassName
{
background-color: #6CA274;
}
</style>
border-color css
<style>
span { border-color: #6CA274; }
span { border-color: rgb(108,162,116); }
td.TdClassName
{
border-color: #6CA274;
}
.TagClassName
{
border-color: #6CA274;
}
</style>