Shades of Oxley #6B8B74
Tints of Oxley #6B8B74
RGB
CMYK
RGB Variations
Color information
#6B8B74 (or 0x6B8B74) is known color: Oxley. HEX triplet: 6B, 8B and 74. RGB value is (107,139,116). Sum of RGB (Red+Green+Blue) = 107+139+116=362 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.56% from 362); Green value is 139 (54.69% from 255 or 38.40% from 362); Blue value is 116 (45.70% from 255 or 32.04% from 362); Max value from RGB is 139 - color contains mainly: green. Hex color #6B8B74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8B74 is #94748B. Grayscale: #7E7E7E. Windows color (decimal): -9729164 or 7637867. OLE color: 7637867.
HSL color Cylindrical-coordinate representation of color #6B8B74: hue angle of 136.88º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6B8B74 is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 107 | 139 | 116 | - |
| CMYK | 0.23 | 0 | 0.17 | 0.45 |
| HSL | 136.88º | 0.13% | 0.48% | - |
| HSV(B) | 136.88º | 0.23% | 0.55% | - |
| XYZ | 18.45 | 22.85 | 19.96 | - |
| YUV | 126.81 | 121.9 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 139 | 116 | 0.23 | 0 | 0.17 | 0.45 | 136.88 | 0.13 | 0.48 |
| Hex | 6B | 8B | 74 | 17 | 0 | 11 | 2D | 89 | D | 30 |
| Octal | 153 | 213 | 164 | 27 | 0 | 21 | 55 | 211 | 15 | 60 |
| Binary | 1101011 | 10001011 | 1110100 | 10111 | 0 | 10001 | 101101 | 10001001 | 1101 | 110000 |
Color Harmonies of #6B8B74
Complementary color
Monochromatic Colors of #6B8B74
Black with #6B8B74
Text Example
Text Example
White with #6B8B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8B74; }
p { color: rgb(107,139,116); }
H1.HeaderClassName
{
color: #6B8B74;
}
.AnyTagClassName
{
color: #6B8B74;
}
</style>
background-color css
<style>
a { background-color: #6B8B74; }
a { background-color: rgb(107,139,116); }
div.DivClassName
{
background-color: #6B8B74;
}
.BgClassName
{
background-color: #6B8B74;
}
</style>
border-color css
<style>
span { border-color: #6B8B74; }
span { border-color: rgb(107,139,116); }
td.TdClassName
{
border-color: #6B8B74;
}
.TagClassName
{
border-color: #6B8B74;
}
</style>