Shades of Oxley #6B9774
Tints of Oxley #6B9774
RGB
CMYK
RGB Variations
Color information
#6B9774 (or 0x6B9774) is known color: Oxley. HEX triplet: 6B, 97 and 74. RGB value is (107,151,116). Sum of RGB (Red+Green+Blue) = 107+151+116=374 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.61% from 374); Green value is 151 (59.38% from 255 or 40.37% from 374); Blue value is 116 (45.70% from 255 or 31.02% from 374); Max value from RGB is 151 - color contains mainly: green. Hex color #6B9774 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B9774 is #94688B. Grayscale: #858585. Windows color (decimal): -9726092 or 7640939. OLE color: 7640939.
HSL color Cylindrical-coordinate representation of color #6B9774: hue angle of 132.27º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6B9774 is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 107 | 151 | 116 | - |
| CMYK | 0.29 | 0 | 0.23 | 0.41 |
| HSL | 132.27º | 0.17% | 0.51% | - |
| HSV(B) | 132.27º | 0.29% | 0.59% | - |
| XYZ | 20.28 | 26.52 | 20.57 | - |
| YUV | 133.85 | 117.92 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 151 | 116 | 0.29 | 0 | 0.23 | 0.41 | 132.27 | 0.17 | 0.51 |
| Hex | 6B | 97 | 74 | 1D | 0 | 17 | 29 | 84 | 11 | 33 |
| Octal | 153 | 227 | 164 | 35 | 0 | 27 | 51 | 204 | 21 | 63 |
| Binary | 1101011 | 10010111 | 1110100 | 11101 | 0 | 10111 | 101001 | 10000100 | 10001 | 110011 |
Color Harmonies of #6B9774
Complementary color
Monochromatic Colors of #6B9774
Black with #6B9774
Text Example
Text Example
White with #6B9774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9774; }
p { color: rgb(107,151,116); }
H1.HeaderClassName
{
color: #6B9774;
}
.AnyTagClassName
{
color: #6B9774;
}
</style>
background-color css
<style>
a { background-color: #6B9774; }
a { background-color: rgb(107,151,116); }
div.DivClassName
{
background-color: #6B9774;
}
.BgClassName
{
background-color: #6B9774;
}
</style>
border-color css
<style>
span { border-color: #6B9774; }
span { border-color: rgb(107,151,116); }
td.TdClassName
{
border-color: #6B9774;
}
.TagClassName
{
border-color: #6B9774;
}
</style>