Shades of Oxley #6CB07C
Tints of Oxley #6CB07C
RGB
CMYK
RGB Variations
Color information
#6CB07C (or 0x6CB07C) is known color: Oxley. HEX triplet: 6C, B0 and 7C. RGB value is (108,176,124). Sum of RGB (Red+Green+Blue) = 108+176+124=408 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.47% from 408); Green value is 176 (69.14% from 255 or 43.14% from 408); Blue value is 124 (48.83% from 255 or 30.39% from 408); Max value from RGB is 176 - color contains mainly: green. Hex color #6CB07C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CB07C is #934F83. Grayscale: #959595. Windows color (decimal): -9654148 or 8171628. OLE color: 8171628.
HSL color Cylindrical-coordinate representation of color #6CB07C: hue angle of 134.12º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6CB07C is Cyan = 0.39, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 108 | 176 | 124 | - |
| CMYK | 0.39 | 0 | 0.30 | 0.31 |
| HSL | 134.12º | 0.3% | 0.56% | - |
| HSV(B) | 134.12º | 0.39% | 0.69% | - |
| XYZ | 25.35 | 35.69 | 24.62 | - |
| YUV | 149.74 | 113.47 | 98.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 176 | 124 | 0.39 | 0 | 0.30 | 0.31 | 134.12 | 0.3 | 0.56 |
| Hex | 6C | B0 | 7C | 27 | 0 | 1E | 1F | 86 | 1E | 38 |
| Octal | 154 | 260 | 174 | 47 | 0 | 36 | 37 | 206 | 36 | 70 |
| Binary | 1101100 | 10110000 | 1111100 | 100111 | 0 | 11110 | 11111 | 10000110 | 11110 | 111000 |
Color Harmonies of #6CB07C
Complementary color
Monochromatic Colors of #6CB07C
Black with #6CB07C
Text Example
Text Example
White with #6CB07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB07C; }
p { color: rgb(108,176,124); }
H1.HeaderClassName
{
color: #6CB07C;
}
.AnyTagClassName
{
color: #6CB07C;
}
</style>
background-color css
<style>
a { background-color: #6CB07C; }
a { background-color: rgb(108,176,124); }
div.DivClassName
{
background-color: #6CB07C;
}
.BgClassName
{
background-color: #6CB07C;
}
</style>
border-color css
<style>
span { border-color: #6CB07C; }
span { border-color: rgb(108,176,124); }
td.TdClassName
{
border-color: #6CB07C;
}
.TagClassName
{
border-color: #6CB07C;
}
</style>