Shades of Oxley #78AC7B
Tints of Oxley #78AC7B
RGB
CMYK
RGB Variations
Color information
#78AC7B (or 0x78AC7B) is known color: Oxley. HEX triplet: 78, AC and 7B. RGB value is (120,172,123). Sum of RGB (Red+Green+Blue) = 120+172+123=415 (54% of max value = 765). Red value is 120 (47.27% from 255 or 28.92% from 415); Green value is 172 (67.58% from 255 or 41.45% from 415); Blue value is 123 (48.44% from 255 or 29.64% from 415); Max value from RGB is 172 - color contains mainly: green. Hex color #78AC7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78AC7B is #875384. Grayscale: #979797. Windows color (decimal): -8868741 or 8105080. OLE color: 8105080.
HSL color Cylindrical-coordinate representation of color #78AC7B: hue angle of 123.46º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #78AC7B is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 172 | 123 | - |
| CMYK | 0.30 | 0 | 0.28 | 0.33 |
| HSL | 123.46º | 0.24% | 0.57% | - |
| HSV(B) | 123.46º | 0.3% | 0.67% | - |
| XYZ | 26.07 | 34.93 | 24.11 | - |
| YUV | 150.87 | 112.27 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 172 | 123 | 0.30 | 0 | 0.28 | 0.33 | 123.46 | 0.24 | 0.57 |
| Hex | 78 | AC | 7B | 1E | 0 | 1C | 21 | 7B | 18 | 39 |
| Octal | 170 | 254 | 173 | 36 | 0 | 34 | 41 | 173 | 30 | 71 |
| Binary | 1111000 | 10101100 | 1111011 | 11110 | 0 | 11100 | 100001 | 1111011 | 11000 | 111001 |
Color Harmonies of #78AC7B
Complementary color
Monochromatic Colors of #78AC7B
Black with #78AC7B
Text Example
Text Example
White with #78AC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78AC7B; }
p { color: rgb(120,172,123); }
H1.HeaderClassName
{
color: #78AC7B;
}
.AnyTagClassName
{
color: #78AC7B;
}
</style>
background-color css
<style>
a { background-color: #78AC7B; }
a { background-color: rgb(120,172,123); }
div.DivClassName
{
background-color: #78AC7B;
}
.BgClassName
{
background-color: #78AC7B;
}
</style>
border-color css
<style>
span { border-color: #78AC7B; }
span { border-color: rgb(120,172,123); }
td.TdClassName
{
border-color: #78AC7B;
}
.TagClassName
{
border-color: #78AC7B;
}
</style>