Shades of Oxley #77AC7E
Tints of Oxley #77AC7E
RGB
CMYK
RGB Variations
Color information
#77AC7E (or 0x77AC7E) is known color: Oxley. HEX triplet: 77, AC and 7E. RGB value is (119,172,126). Sum of RGB (Red+Green+Blue) = 119+172+126=417 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.54% from 417); Green value is 172 (67.58% from 255 or 41.25% from 417); Blue value is 126 (49.61% from 255 or 30.22% from 417); Max value from RGB is 172 - color contains mainly: green. Hex color #77AC7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77AC7E is #885381. Grayscale: #979797. Windows color (decimal): -8934274 or 8301687. OLE color: 8301687.
HSL color Cylindrical-coordinate representation of color #77AC7E: hue angle of 127.92º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #77AC7E is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 172 | 126 | - |
| CMYK | 0.31 | 0 | 0.27 | 0.33 |
| HSL | 127.92º | 0.24% | 0.57% | - |
| HSV(B) | 127.92º | 0.31% | 0.67% | - |
| XYZ | 26.13 | 34.93 | 25.1 | - |
| YUV | 150.91 | 113.94 | 105.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 172 | 126 | 0.31 | 0 | 0.27 | 0.33 | 127.92 | 0.24 | 0.57 |
| Hex | 77 | AC | 7E | 1F | 0 | 1B | 21 | 80 | 18 | 39 |
| Octal | 167 | 254 | 176 | 37 | 0 | 33 | 41 | 200 | 30 | 71 |
| Binary | 1110111 | 10101100 | 1111110 | 11111 | 0 | 11011 | 100001 | 10000000 | 11000 | 111001 |
Color Harmonies of #77AC7E
Complementary color
Monochromatic Colors of #77AC7E
Black with #77AC7E
Text Example
Text Example
White with #77AC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AC7E; }
p { color: rgb(119,172,126); }
H1.HeaderClassName
{
color: #77AC7E;
}
.AnyTagClassName
{
color: #77AC7E;
}
</style>
background-color css
<style>
a { background-color: #77AC7E; }
a { background-color: rgb(119,172,126); }
div.DivClassName
{
background-color: #77AC7E;
}
.BgClassName
{
background-color: #77AC7E;
}
</style>
border-color css
<style>
span { border-color: #77AC7E; }
span { border-color: rgb(119,172,126); }
td.TdClassName
{
border-color: #77AC7E;
}
.TagClassName
{
border-color: #77AC7E;
}
</style>