Shades of Oxley #6DB07C
Tints of Oxley #6DB07C
RGB
CMYK
RGB Variations
Color information
#6DB07C (or 0x6DB07C) is known color: Oxley. HEX triplet: 6D, B0 and 7C. RGB value is (109,176,124). Sum of RGB (Red+Green+Blue) = 109+176+124=409 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.65% from 409); Green value is 176 (69.14% from 255 or 43.03% from 409); Blue value is 124 (48.83% from 255 or 30.32% from 409); Max value from RGB is 176 - color contains mainly: green. Hex color #6DB07C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DB07C is #924F83. Grayscale: #969696. Windows color (decimal): -9588612 or 8171629. OLE color: 8171629.
HSL color Cylindrical-coordinate representation of color #6DB07C: hue angle of 133.43º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6DB07C is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 109 | 176 | 124 | - |
| CMYK | 0.38 | 0 | 0.30 | 0.31 |
| HSL | 133.43º | 0.3% | 0.56% | - |
| HSV(B) | 133.43º | 0.38% | 0.69% | - |
| XYZ | 25.47 | 35.76 | 24.63 | - |
| YUV | 150.04 | 113.3 | 98.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 176 | 124 | 0.38 | 0 | 0.30 | 0.31 | 133.43 | 0.3 | 0.56 |
| Hex | 6D | B0 | 7C | 26 | 0 | 1E | 1F | 85 | 1E | 38 |
| Octal | 155 | 260 | 174 | 46 | 0 | 36 | 37 | 205 | 36 | 70 |
| Binary | 1101101 | 10110000 | 1111100 | 100110 | 0 | 11110 | 11111 | 10000101 | 11110 | 111000 |
Color Harmonies of #6DB07C
Complementary color
Monochromatic Colors of #6DB07C
Black with #6DB07C
Text Example
Text Example
White with #6DB07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB07C; }
p { color: rgb(109,176,124); }
H1.HeaderClassName
{
color: #6DB07C;
}
.AnyTagClassName
{
color: #6DB07C;
}
</style>
background-color css
<style>
a { background-color: #6DB07C; }
a { background-color: rgb(109,176,124); }
div.DivClassName
{
background-color: #6DB07C;
}
.BgClassName
{
background-color: #6DB07C;
}
</style>
border-color css
<style>
span { border-color: #6DB07C; }
span { border-color: rgb(109,176,124); }
td.TdClassName
{
border-color: #6DB07C;
}
.TagClassName
{
border-color: #6DB07C;
}
</style>