Shades of Oxley #6CA97B
Tints of Oxley #6CA97B
RGB
CMYK
RGB Variations
Color information
#6CA97B (or 0x6CA97B) is known color: Oxley. HEX triplet: 6C, A9 and 7B. RGB value is (108,169,123). Sum of RGB (Red+Green+Blue) = 108+169+123=400 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27% from 400); Green value is 169 (66.41% from 255 or 42.25% from 400); Blue value is 123 (48.44% from 255 or 30.75% from 400); Max value from RGB is 169 - color contains mainly: green. Hex color #6CA97B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CA97B is #935684. Grayscale: #919191. Windows color (decimal): -9655941 or 8104300. OLE color: 8104300.
HSL color Cylindrical-coordinate representation of color #6CA97B: hue angle of 134.75º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6CA97B is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 108 | 169 | 123 | - |
| CMYK | 0.36 | 0 | 0.27 | 0.34 |
| HSL | 134.75º | 0.26% | 0.54% | - |
| HSV(B) | 134.75º | 0.36% | 0.66% | - |
| XYZ | 23.95 | 32.99 | 23.85 | - |
| YUV | 145.52 | 115.29 | 101.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 169 | 123 | 0.36 | 0 | 0.27 | 0.34 | 134.75 | 0.26 | 0.54 |
| Hex | 6C | A9 | 7B | 24 | 0 | 1B | 22 | 87 | 1A | 36 |
| Octal | 154 | 251 | 173 | 44 | 0 | 33 | 42 | 207 | 32 | 66 |
| Binary | 1101100 | 10101001 | 1111011 | 100100 | 0 | 11011 | 100010 | 10000111 | 11010 | 110110 |
Color Harmonies of #6CA97B
Complementary color
Monochromatic Colors of #6CA97B
Black with #6CA97B
Text Example
Text Example
White with #6CA97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA97B; }
p { color: rgb(108,169,123); }
H1.HeaderClassName
{
color: #6CA97B;
}
.AnyTagClassName
{
color: #6CA97B;
}
</style>
background-color css
<style>
a { background-color: #6CA97B; }
a { background-color: rgb(108,169,123); }
div.DivClassName
{
background-color: #6CA97B;
}
.BgClassName
{
background-color: #6CA97B;
}
</style>
border-color css
<style>
span { border-color: #6CA97B; }
span { border-color: rgb(108,169,123); }
td.TdClassName
{
border-color: #6CA97B;
}
.TagClassName
{
border-color: #6CA97B;
}
</style>