Shades of Oxley #699872
Tints of Oxley #699872
RGB
CMYK
RGB Variations
Color information
#699872 (or 0x699872) is known color: Oxley. HEX triplet: 69, 98 and 72. RGB value is (105,152,114). Sum of RGB (Red+Green+Blue) = 105+152+114=371 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.30% from 371); Green value is 152 (59.77% from 255 or 40.97% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 152 - color contains mainly: green. Hex color #699872 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699872 is #96678D. Grayscale: #858585. Windows color (decimal): -9856910 or 7510121. OLE color: 7510121.
HSL color Cylindrical-coordinate representation of color #699872: hue angle of 131.49º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #699872 is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 105 | 152 | 114 | - |
| CMYK | 0.31 | 0 | 0.25 | 0.40 |
| HSL | 131.49º | 0.19% | 0.5% | - |
| HSV(B) | 131.49º | 0.31% | 0.6% | - |
| XYZ | 20.09 | 26.67 | 20.01 | - |
| YUV | 133.62 | 116.93 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 152 | 114 | 0.31 | 0 | 0.25 | 0.40 | 131.49 | 0.19 | 0.5 |
| Hex | 69 | 98 | 72 | 1F | 0 | 19 | 28 | 83 | 13 | 32 |
| Octal | 151 | 230 | 162 | 37 | 0 | 31 | 50 | 203 | 23 | 62 |
| Binary | 1101001 | 10011000 | 1110010 | 11111 | 0 | 11001 | 101000 | 10000011 | 10011 | 110010 |
Color Harmonies of #699872
Complementary color
Monochromatic Colors of #699872
Black with #699872
Text Example
Text Example
White with #699872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699872; }
p { color: rgb(105,152,114); }
H1.HeaderClassName
{
color: #699872;
}
.AnyTagClassName
{
color: #699872;
}
</style>
background-color css
<style>
a { background-color: #699872; }
a { background-color: rgb(105,152,114); }
div.DivClassName
{
background-color: #699872;
}
.BgClassName
{
background-color: #699872;
}
</style>
border-color css
<style>
span { border-color: #699872; }
span { border-color: rgb(105,152,114); }
td.TdClassName
{
border-color: #699872;
}
.TagClassName
{
border-color: #699872;
}
</style>