Shades of Oxley #78A27F
Tints of Oxley #78A27F
RGB
CMYK
RGB Variations
Color information
#78A27F (or 0x78A27F) is known color: Oxley. HEX triplet: 78, A2 and 7F. RGB value is (120,162,127). Sum of RGB (Red+Green+Blue) = 120+162+127=409 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.34% from 409); Green value is 162 (63.67% from 255 or 39.61% from 409); Blue value is 127 (50% from 255 or 31.05% from 409); Max value from RGB is 162 - color contains mainly: green. Hex color #78A27F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78A27F is #875D80. Grayscale: #919191. Windows color (decimal): -8871297 or 8364664. OLE color: 8364664.
HSL color Cylindrical-coordinate representation of color #78A27F: hue angle of 130º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #78A27F is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 120 | 162 | 127 | - |
| CMYK | 0.26 | 0 | 0.22 | 0.36 |
| HSL | 130º | 0.18% | 0.55% | - |
| HSV(B) | 130º | 0.26% | 0.64% | - |
| XYZ | 24.5 | 31.37 | 24.84 | - |
| YUV | 145.45 | 117.59 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 162 | 127 | 0.26 | 0 | 0.22 | 0.36 | 130 | 0.18 | 0.55 |
| Hex | 78 | A2 | 7F | 1A | 0 | 16 | 24 | 82 | 12 | 37 |
| Octal | 170 | 242 | 177 | 32 | 0 | 26 | 44 | 202 | 22 | 67 |
| Binary | 1111000 | 10100010 | 1111111 | 11010 | 0 | 10110 | 100100 | 10000010 | 10010 | 110111 |
Color Harmonies of #78A27F
Complementary color
Monochromatic Colors of #78A27F
Black with #78A27F
Text Example
Text Example
White with #78A27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A27F; }
p { color: rgb(120,162,127); }
H1.HeaderClassName
{
color: #78A27F;
}
.AnyTagClassName
{
color: #78A27F;
}
</style>
background-color css
<style>
a { background-color: #78A27F; }
a { background-color: rgb(120,162,127); }
div.DivClassName
{
background-color: #78A27F;
}
.BgClassName
{
background-color: #78A27F;
}
</style>
border-color css
<style>
span { border-color: #78A27F; }
span { border-color: rgb(120,162,127); }
td.TdClassName
{
border-color: #78A27F;
}
.TagClassName
{
border-color: #78A27F;
}
</style>