Shades of Oracle #306160
Tints of Oracle #306160
RGB
CMYK
RGB Variations
Color information
#306160 (or 0x306160) is known color: Oracle. HEX triplet: 30, 61 and 60. RGB value is (48,97,96). Sum of RGB (Red+Green+Blue) = 48+97+96=241 (31% of max value = 765). Red value is 48 (19.14% from 255 or 19.92% from 241); Green value is 97 (38.28% from 255 or 40.25% from 241); Blue value is 96 (37.89% from 255 or 39.83% from 241); Max value from RGB is 97 - color contains mainly: green. Hex color #306160 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306160 is #CF9E9F. Grayscale: #525252. Windows color (decimal): -13606560 or 6316336. OLE color: 6316336.
HSL color Cylindrical-coordinate representation of color #306160: hue angle of 178.78º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #306160 is Cyan = 0.51, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 48 | 97 | 96 | - |
| CMYK | 0.51 | 0 | 0.01 | 0.62 |
| HSL | 178.78º | 0.34% | 0.28% | - |
| HSV(B) | 178.78º | 0.51% | 0.38% | - |
| XYZ | 7.6 | 10.02 | 12.6 | - |
| YUV | 82.24 | 135.77 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 97 | 96 | 0.51 | 0 | 0.01 | 0.62 | 178.78 | 0.34 | 0.28 |
| Hex | 30 | 61 | 60 | 33 | 0 | 1 | 3E | B3 | 22 | 1C |
| Octal | 60 | 141 | 140 | 63 | 0 | 1 | 76 | 263 | 42 | 34 |
| Binary | 110000 | 1100001 | 1100000 | 110011 | 0 | 1 | 111110 | 10110011 | 100010 | 11100 |
Color Harmonies of #306160
Complementary color
Monochromatic Colors of #306160
Black with #306160
Text Example
Text Example
White with #306160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306160; }
p { color: rgb(48,97,96); }
H1.HeaderClassName
{
color: #306160;
}
.AnyTagClassName
{
color: #306160;
}
</style>
background-color css
<style>
a { background-color: #306160; }
a { background-color: rgb(48,97,96); }
div.DivClassName
{
background-color: #306160;
}
.BgClassName
{
background-color: #306160;
}
</style>
border-color css
<style>
span { border-color: #306160; }
span { border-color: rgb(48,97,96); }
td.TdClassName
{
border-color: #306160;
}
.TagClassName
{
border-color: #306160;
}
</style>