Shades of Oxley #67AC77
Tints of Oxley #67AC77
RGB
CMYK
RGB Variations
Color information
#67AC77 (or 0x67AC77) is known color: Oxley. HEX triplet: 67, AC and 77. RGB value is (103,172,119). Sum of RGB (Red+Green+Blue) = 103+172+119=394 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.14% from 394); Green value is 172 (67.58% from 255 or 43.65% from 394); Blue value is 119 (46.88% from 255 or 30.20% from 394); Max value from RGB is 172 - color contains mainly: green. Hex color #67AC77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67AC77 is #985388. Grayscale: #919191. Windows color (decimal): -9982857 or 7842919. OLE color: 7842919.
HSL color Cylindrical-coordinate representation of color #67AC77: hue angle of 133.91º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #67AC77 is Cyan = 0.40, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 172 | 119 | - |
| CMYK | 0.40 | 0 | 0.31 | 0.33 |
| HSL | 133.91º | 0.29% | 0.54% | - |
| HSV(B) | 133.91º | 0.4% | 0.67% | - |
| XYZ | 23.68 | 33.72 | 22.71 | - |
| YUV | 145.33 | 113.14 | 97.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 172 | 119 | 0.40 | 0 | 0.31 | 0.33 | 133.91 | 0.29 | 0.54 |
| Hex | 67 | AC | 77 | 28 | 0 | 1F | 21 | 86 | 1D | 36 |
| Octal | 147 | 254 | 167 | 50 | 0 | 37 | 41 | 206 | 35 | 66 |
| Binary | 1100111 | 10101100 | 1110111 | 101000 | 0 | 11111 | 100001 | 10000110 | 11101 | 110110 |
Color Harmonies of #67AC77
Complementary color
Monochromatic Colors of #67AC77
Black with #67AC77
Text Example
Text Example
White with #67AC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67AC77; }
p { color: rgb(103,172,119); }
H1.HeaderClassName
{
color: #67AC77;
}
.AnyTagClassName
{
color: #67AC77;
}
</style>
background-color css
<style>
a { background-color: #67AC77; }
a { background-color: rgb(103,172,119); }
div.DivClassName
{
background-color: #67AC77;
}
.BgClassName
{
background-color: #67AC77;
}
</style>
border-color css
<style>
span { border-color: #67AC77; }
span { border-color: rgb(103,172,119); }
td.TdClassName
{
border-color: #67AC77;
}
.TagClassName
{
border-color: #67AC77;
}
</style>