Shades of Oxley #6AAB77
Tints of Oxley #6AAB77
RGB
CMYK
RGB Variations
Color information
#6AAB77 (or 0x6AAB77) is known color: Oxley. HEX triplet: 6A, AB and 77. RGB value is (106,171,119). Sum of RGB (Red+Green+Blue) = 106+171+119=396 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.77% from 396); Green value is 171 (67.19% from 255 or 43.18% from 396); Blue value is 119 (46.88% from 255 or 30.05% from 396); Max value from RGB is 171 - color contains mainly: green. Hex color #6AAB77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AAB77 is #955488. Grayscale: #919191. Windows color (decimal): -9786505 or 7842666. OLE color: 7842666.
HSL color Cylindrical-coordinate representation of color #6AAB77: hue angle of 132º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6AAB77 is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 106 | 171 | 119 | - |
| CMYK | 0.38 | 0 | 0.30 | 0.33 |
| HSL | 132º | 0.28% | 0.54% | - |
| HSV(B) | 132º | 0.38% | 0.67% | - |
| XYZ | 23.84 | 33.52 | 22.67 | - |
| YUV | 145.64 | 112.97 | 99.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 171 | 119 | 0.38 | 0 | 0.30 | 0.33 | 132 | 0.28 | 0.54 |
| Hex | 6A | AB | 77 | 26 | 0 | 1E | 21 | 84 | 1C | 36 |
| Octal | 152 | 253 | 167 | 46 | 0 | 36 | 41 | 204 | 34 | 66 |
| Binary | 1101010 | 10101011 | 1110111 | 100110 | 0 | 11110 | 100001 | 10000100 | 11100 | 110110 |
Color Harmonies of #6AAB77
Complementary color
Monochromatic Colors of #6AAB77
Black with #6AAB77
Text Example
Text Example
White with #6AAB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAB77; }
p { color: rgb(106,171,119); }
H1.HeaderClassName
{
color: #6AAB77;
}
.AnyTagClassName
{
color: #6AAB77;
}
</style>
background-color css
<style>
a { background-color: #6AAB77; }
a { background-color: rgb(106,171,119); }
div.DivClassName
{
background-color: #6AAB77;
}
.BgClassName
{
background-color: #6AAB77;
}
</style>
border-color css
<style>
span { border-color: #6AAB77; }
span { border-color: rgb(106,171,119); }
td.TdClassName
{
border-color: #6AAB77;
}
.TagClassName
{
border-color: #6AAB77;
}
</style>