Shades of Oxley #6A8A74
Tints of Oxley #6A8A74
RGB
CMYK
RGB Variations
Color information
#6A8A74 (or 0x6A8A74) is known color: Oxley. HEX triplet: 6A, 8A and 74. RGB value is (106,138,116). Sum of RGB (Red+Green+Blue) = 106+138+116=360 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.44% from 360); Green value is 138 (54.30% from 255 or 38.33% from 360); Blue value is 116 (45.70% from 255 or 32.22% from 360); Max value from RGB is 138 - color contains mainly: green. Hex color #6A8A74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A8A74 is #95758B. Grayscale: #7D7D7D. Windows color (decimal): -9794956 or 7637610. OLE color: 7637610.
HSL color Cylindrical-coordinate representation of color #6A8A74: hue angle of 138.75º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6A8A74 is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 106 | 138 | 116 | - |
| CMYK | 0.23 | 0 | 0.16 | 0.46 |
| HSL | 138.75º | 0.13% | 0.48% | - |
| HSV(B) | 138.75º | 0.23% | 0.54% | - |
| XYZ | 18.18 | 22.5 | 19.91 | - |
| YUV | 125.92 | 122.4 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 138 | 116 | 0.23 | 0 | 0.16 | 0.46 | 138.75 | 0.13 | 0.48 |
| Hex | 6A | 8A | 74 | 17 | 0 | 10 | 2E | 8B | D | 30 |
| Octal | 152 | 212 | 164 | 27 | 0 | 20 | 56 | 213 | 15 | 60 |
| Binary | 1101010 | 10001010 | 1110100 | 10111 | 0 | 10000 | 101110 | 10001011 | 1101 | 110000 |
Color Harmonies of #6A8A74
Complementary color
Monochromatic Colors of #6A8A74
Black with #6A8A74
Text Example
Text Example
White with #6A8A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8A74; }
p { color: rgb(106,138,116); }
H1.HeaderClassName
{
color: #6A8A74;
}
.AnyTagClassName
{
color: #6A8A74;
}
</style>
background-color css
<style>
a { background-color: #6A8A74; }
a { background-color: rgb(106,138,116); }
div.DivClassName
{
background-color: #6A8A74;
}
.BgClassName
{
background-color: #6A8A74;
}
</style>
border-color css
<style>
span { border-color: #6A8A74; }
span { border-color: rgb(106,138,116); }
td.TdClassName
{
border-color: #6A8A74;
}
.TagClassName
{
border-color: #6A8A74;
}
</style>