Shades of Oxley #6B9F70
Tints of Oxley #6B9F70
RGB
CMYK
RGB Variations
Color information
#6B9F70 (or 0x6B9F70) is known color: Oxley. HEX triplet: 6B, 9F and 70. RGB value is (107,159,112). Sum of RGB (Red+Green+Blue) = 107+159+112=378 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.31% from 378); Green value is 159 (62.5% from 255 or 42.06% from 378); Blue value is 112 (44.14% from 255 or 29.63% from 378); Max value from RGB is 159 - color contains mainly: green. Hex color #6B9F70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B9F70 is #94608F. Grayscale: #8A8A8A. Windows color (decimal): -9724048 or 7380843. OLE color: 7380843.
HSL color Cylindrical-coordinate representation of color #6B9F70: hue angle of 125.77º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6B9F70 is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 107 | 159 | 112 | - |
| CMYK | 0.33 | 0 | 0.30 | 0.38 |
| HSL | 125.77º | 0.21% | 0.52% | - |
| HSV(B) | 125.77º | 0.33% | 0.62% | - |
| XYZ | 21.39 | 29.09 | 19.82 | - |
| YUV | 138.09 | 113.27 | 105.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 159 | 112 | 0.33 | 0 | 0.30 | 0.38 | 125.77 | 0.21 | 0.52 |
| Hex | 6B | 9F | 70 | 21 | 0 | 1E | 26 | 7E | 15 | 34 |
| Octal | 153 | 237 | 160 | 41 | 0 | 36 | 46 | 176 | 25 | 64 |
| Binary | 1101011 | 10011111 | 1110000 | 100001 | 0 | 11110 | 100110 | 1111110 | 10101 | 110100 |
Color Harmonies of #6B9F70
Complementary color
Monochromatic Colors of #6B9F70
Black with #6B9F70
Text Example
Text Example
White with #6B9F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9F70; }
p { color: rgb(107,159,112); }
H1.HeaderClassName
{
color: #6B9F70;
}
.AnyTagClassName
{
color: #6B9F70;
}
</style>
background-color css
<style>
a { background-color: #6B9F70; }
a { background-color: rgb(107,159,112); }
div.DivClassName
{
background-color: #6B9F70;
}
.BgClassName
{
background-color: #6B9F70;
}
</style>
border-color css
<style>
span { border-color: #6B9F70; }
span { border-color: rgb(107,159,112); }
td.TdClassName
{
border-color: #6B9F70;
}
.TagClassName
{
border-color: #6B9F70;
}
</style>