Shades of Oxley #6B9B7F
Tints of Oxley #6B9B7F
RGB
CMYK
RGB Variations
Color information
#6B9B7F (or 0x6B9B7F) is known color: Oxley. HEX triplet: 6B, 9B and 7F. RGB value is (107,155,127). Sum of RGB (Red+Green+Blue) = 107+155+127=389 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.51% from 389); Green value is 155 (60.94% from 255 or 39.85% from 389); Blue value is 127 (50% from 255 or 32.65% from 389); Max value from RGB is 155 - color contains mainly: green. Hex color #6B9B7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B9B7F is #946480. Grayscale: #898989. Windows color (decimal): -9725057 or 8362859. OLE color: 8362859.
HSL color Cylindrical-coordinate representation of color #6B9B7F: hue angle of 145º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6B9B7F is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 107 | 155 | 127 | - |
| CMYK | 0.31 | 0 | 0.18 | 0.39 |
| HSL | 145º | 0.19% | 0.51% | - |
| HSV(B) | 145º | 0.31% | 0.61% | - |
| XYZ | 21.62 | 28.1 | 24.36 | - |
| YUV | 137.46 | 122.1 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 155 | 127 | 0.31 | 0 | 0.18 | 0.39 | 145 | 0.19 | 0.51 |
| Hex | 6B | 9B | 7F | 1F | 0 | 12 | 27 | 91 | 13 | 33 |
| Octal | 153 | 233 | 177 | 37 | 0 | 22 | 47 | 221 | 23 | 63 |
| Binary | 1101011 | 10011011 | 1111111 | 11111 | 0 | 10010 | 100111 | 10010001 | 10011 | 110011 |
Color Harmonies of #6B9B7F
Complementary color
Monochromatic Colors of #6B9B7F
Black with #6B9B7F
Text Example
Text Example
White with #6B9B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9B7F; }
p { color: rgb(107,155,127); }
H1.HeaderClassName
{
color: #6B9B7F;
}
.AnyTagClassName
{
color: #6B9B7F;
}
</style>
background-color css
<style>
a { background-color: #6B9B7F; }
a { background-color: rgb(107,155,127); }
div.DivClassName
{
background-color: #6B9B7F;
}
.BgClassName
{
background-color: #6B9B7F;
}
</style>
border-color css
<style>
span { border-color: #6B9B7F; }
span { border-color: rgb(107,155,127); }
td.TdClassName
{
border-color: #6B9B7F;
}
.TagClassName
{
border-color: #6B9B7F;
}
</style>