Shades of Oxley #6B9077
Tints of Oxley #6B9077
RGB
CMYK
RGB Variations
Color information
#6B9077 (or 0x6B9077) is known color: Oxley. HEX triplet: 6B, 90 and 77. RGB value is (107,144,119). Sum of RGB (Red+Green+Blue) = 107+144+119=370 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.92% from 370); Green value is 144 (56.64% from 255 or 38.92% from 370); Blue value is 119 (46.88% from 255 or 32.16% from 370); Max value from RGB is 144 - color contains mainly: green. Hex color #6B9077 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B9077 is #946F88. Grayscale: #828282. Windows color (decimal): -9727881 or 7835755. OLE color: 7835755.
HSL color Cylindrical-coordinate representation of color #6B9077: hue angle of 139.46º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6B9077 is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 107 | 144 | 119 | - |
| CMYK | 0.26 | 0 | 0.17 | 0.44 |
| HSL | 139.46º | 0.15% | 0.49% | - |
| HSV(B) | 139.46º | 0.26% | 0.56% | - |
| XYZ | 19.37 | 24.4 | 21.14 | - |
| YUV | 130.09 | 121.74 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 144 | 119 | 0.26 | 0 | 0.17 | 0.44 | 139.46 | 0.15 | 0.49 |
| Hex | 6B | 90 | 77 | 1A | 0 | 11 | 2C | 8B | F | 31 |
| Octal | 153 | 220 | 167 | 32 | 0 | 21 | 54 | 213 | 17 | 61 |
| Binary | 1101011 | 10010000 | 1110111 | 11010 | 0 | 10001 | 101100 | 10001011 | 1111 | 110001 |
Color Harmonies of #6B9077
Complementary color
Monochromatic Colors of #6B9077
Black with #6B9077
Text Example
Text Example
White with #6B9077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9077; }
p { color: rgb(107,144,119); }
H1.HeaderClassName
{
color: #6B9077;
}
.AnyTagClassName
{
color: #6B9077;
}
</style>
background-color css
<style>
a { background-color: #6B9077; }
a { background-color: rgb(107,144,119); }
div.DivClassName
{
background-color: #6B9077;
}
.BgClassName
{
background-color: #6B9077;
}
</style>
border-color css
<style>
span { border-color: #6B9077; }
span { border-color: rgb(107,144,119); }
td.TdClassName
{
border-color: #6B9077;
}
.TagClassName
{
border-color: #6B9077;
}
</style>