Shades of Oxley #699C80
Tints of Oxley #699C80
RGB
CMYK
RGB Variations
Color information
#699C80 (or 0x699C80) is known color: Oxley. HEX triplet: 69, 9C and 80. RGB value is (105,156,128). Sum of RGB (Red+Green+Blue) = 105+156+128=389 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.99% from 389); Green value is 156 (61.33% from 255 or 40.10% from 389); Blue value is 128 (50.39% from 255 or 32.90% from 389); Max value from RGB is 156 - color contains mainly: green. Hex color #699C80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699C80 is #96637F. Grayscale: #898989. Windows color (decimal): -9855872 or 8428649. OLE color: 8428649.
HSL color Cylindrical-coordinate representation of color #699C80: hue angle of 147.06º 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 #699C80 is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 105 | 156 | 128 | - |
| CMYK | 0.33 | 0 | 0.18 | 0.39 |
| HSL | 147.06º | 0.2% | 0.51% | - |
| HSV(B) | 147.06º | 0.33% | 0.61% | - |
| XYZ | 21.61 | 28.34 | 24.75 | - |
| YUV | 137.56 | 122.6 | 104.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 156 | 128 | 0.33 | 0 | 0.18 | 0.39 | 147.06 | 0.2 | 0.51 |
| Hex | 69 | 9C | 80 | 21 | 0 | 12 | 27 | 93 | 14 | 33 |
| Octal | 151 | 234 | 200 | 41 | 0 | 22 | 47 | 223 | 24 | 63 |
| Binary | 1101001 | 10011100 | 10000000 | 100001 | 0 | 10010 | 100111 | 10010011 | 10100 | 110011 |
Color Harmonies of #699C80
Complementary color
Monochromatic Colors of #699C80
Black with #699C80
Text Example
Text Example
White with #699C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699C80; }
p { color: rgb(105,156,128); }
H1.HeaderClassName
{
color: #699C80;
}
.AnyTagClassName
{
color: #699C80;
}
</style>
background-color css
<style>
a { background-color: #699C80; }
a { background-color: rgb(105,156,128); }
div.DivClassName
{
background-color: #699C80;
}
.BgClassName
{
background-color: #699C80;
}
</style>
border-color css
<style>
span { border-color: #699C80; }
span { border-color: rgb(105,156,128); }
td.TdClassName
{
border-color: #699C80;
}
.TagClassName
{
border-color: #699C80;
}
</style>