Shades of Oracle #3B6160
Tints of Oracle #3B6160
RGB
CMYK
RGB Variations
Color information
#3B6160 (or 0x3B6160) is known color: Oracle. HEX triplet: 3B, 61 and 60. RGB value is (59,97,96). Sum of RGB (Red+Green+Blue) = 59+97+96=252 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.41% from 252); Green value is 97 (38.28% from 255 or 38.49% from 252); Blue value is 96 (37.89% from 255 or 38.10% from 252); Max value from RGB is 97 - color contains mainly: green. Hex color #3B6160 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6160 is #C49E9F. Grayscale: #555555. Windows color (decimal): -12885664 or 6316347. OLE color: 6316347.
HSL color Cylindrical-coordinate representation of color #3B6160: hue angle of 178.42º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3B6160 is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 59 | 97 | 96 | - |
| CMYK | 0.39 | 0 | 0.01 | 0.62 |
| HSL | 178.42º | 0.24% | 0.31% | - |
| HSV(B) | 178.42º | 0.39% | 0.38% | - |
| XYZ | 8.19 | 10.32 | 12.63 | - |
| YUV | 85.52 | 133.91 | 109.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 97 | 96 | 0.39 | 0 | 0.01 | 0.62 | 178.42 | 0.24 | 0.31 |
| Hex | 3B | 61 | 60 | 27 | 0 | 1 | 3E | B2 | 18 | 1F |
| Octal | 73 | 141 | 140 | 47 | 0 | 1 | 76 | 262 | 30 | 37 |
| Binary | 111011 | 1100001 | 1100000 | 100111 | 0 | 1 | 111110 | 10110010 | 11000 | 11111 |
Color Harmonies of #3B6160
Complementary color
Monochromatic Colors of #3B6160
Black with #3B6160
Text Example
Text Example
White with #3B6160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B6160; }
p { color: rgb(59,97,96); }
H1.HeaderClassName
{
color: #3B6160;
}
.AnyTagClassName
{
color: #3B6160;
}
</style>
background-color css
<style>
a { background-color: #3B6160; }
a { background-color: rgb(59,97,96); }
div.DivClassName
{
background-color: #3B6160;
}
.BgClassName
{
background-color: #3B6160;
}
</style>
border-color css
<style>
span { border-color: #3B6160; }
span { border-color: rgb(59,97,96); }
td.TdClassName
{
border-color: #3B6160;
}
.TagClassName
{
border-color: #3B6160;
}
</style>