Shades of Oxley #699C73
Tints of Oxley #699C73
RGB
CMYK
RGB Variations
Color information
#699C73 (or 0x699C73) is known color: Oxley. HEX triplet: 69, 9C and 73. RGB value is (105,156,115). Sum of RGB (Red+Green+Blue) = 105+156+115=376 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.93% from 376); Green value is 156 (61.33% from 255 or 41.49% from 376); Blue value is 115 (45.31% from 255 or 30.59% from 376); Max value from RGB is 156 - color contains mainly: green. Hex color #699C73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699C73 is #96638C. Grayscale: #888888. Windows color (decimal): -9855885 or 7576681. OLE color: 7576681.
HSL color Cylindrical-coordinate representation of color #699C73: hue angle of 131.76º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #699C73 is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 105 | 156 | 115 | - |
| CMYK | 0.33 | 0 | 0.26 | 0.39 |
| HSL | 131.76º | 0.2% | 0.51% | - |
| HSV(B) | 131.76º | 0.33% | 0.61% | - |
| XYZ | 20.81 | 28.02 | 20.53 | - |
| YUV | 136.08 | 116.1 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 156 | 115 | 0.33 | 0 | 0.26 | 0.39 | 131.76 | 0.2 | 0.51 |
| Hex | 69 | 9C | 73 | 21 | 0 | 1A | 27 | 84 | 14 | 33 |
| Octal | 151 | 234 | 163 | 41 | 0 | 32 | 47 | 204 | 24 | 63 |
| Binary | 1101001 | 10011100 | 1110011 | 100001 | 0 | 11010 | 100111 | 10000100 | 10100 | 110011 |
Color Harmonies of #699C73
Complementary color
Monochromatic Colors of #699C73
Black with #699C73
Text Example
Text Example
White with #699C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699C73; }
p { color: rgb(105,156,115); }
H1.HeaderClassName
{
color: #699C73;
}
.AnyTagClassName
{
color: #699C73;
}
</style>
background-color css
<style>
a { background-color: #699C73; }
a { background-color: rgb(105,156,115); }
div.DivClassName
{
background-color: #699C73;
}
.BgClassName
{
background-color: #699C73;
}
</style>
border-color css
<style>
span { border-color: #699C73; }
span { border-color: rgb(105,156,115); }
td.TdClassName
{
border-color: #699C73;
}
.TagClassName
{
border-color: #699C73;
}
</style>