Shades of Oxley #699C7C
Tints of Oxley #699C7C
RGB
CMYK
RGB Variations
Color information
#699C7C (or 0x699C7C) is known color: Oxley. HEX triplet: 69, 9C and 7C. RGB value is (105,156,124). Sum of RGB (Red+Green+Blue) = 105+156+124=385 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.27% from 385); Green value is 156 (61.33% from 255 or 40.52% from 385); Blue value is 124 (48.83% from 255 or 32.21% from 385); Max value from RGB is 156 - color contains mainly: green. Hex color #699C7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699C7C is #966383. Grayscale: #898989. Windows color (decimal): -9855876 or 8166505. OLE color: 8166505.
HSL color Cylindrical-coordinate representation of color #699C7C: hue angle of 142.35º 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 #699C7C is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 105 | 156 | 124 | - |
| CMYK | 0.33 | 0 | 0.21 | 0.39 |
| HSL | 142.35º | 0.2% | 0.51% | - |
| HSV(B) | 142.35º | 0.33% | 0.61% | - |
| XYZ | 21.35 | 28.24 | 23.39 | - |
| YUV | 137.1 | 120.6 | 105.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 156 | 124 | 0.33 | 0 | 0.21 | 0.39 | 142.35 | 0.2 | 0.51 |
| Hex | 69 | 9C | 7C | 21 | 0 | 15 | 27 | 8E | 14 | 33 |
| Octal | 151 | 234 | 174 | 41 | 0 | 25 | 47 | 216 | 24 | 63 |
| Binary | 1101001 | 10011100 | 1111100 | 100001 | 0 | 10101 | 100111 | 10001110 | 10100 | 110011 |
Color Harmonies of #699C7C
Complementary color
Monochromatic Colors of #699C7C
Black with #699C7C
Text Example
Text Example
White with #699C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699C7C; }
p { color: rgb(105,156,124); }
H1.HeaderClassName
{
color: #699C7C;
}
.AnyTagClassName
{
color: #699C7C;
}
</style>
background-color css
<style>
a { background-color: #699C7C; }
a { background-color: rgb(105,156,124); }
div.DivClassName
{
background-color: #699C7C;
}
.BgClassName
{
background-color: #699C7C;
}
</style>
border-color css
<style>
span { border-color: #699C7C; }
span { border-color: rgb(105,156,124); }
td.TdClassName
{
border-color: #699C7C;
}
.TagClassName
{
border-color: #699C7C;
}
</style>