Shades of Oracle #3D6661
Tints of Oracle #3D6661
RGB
CMYK
RGB Variations
Color information
#3D6661 (or 0x3D6661) is known color: Oracle. HEX triplet: 3D, 66 and 61. RGB value is (61,102,97). Sum of RGB (Red+Green+Blue) = 61+102+97=260 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.46% from 260); Green value is 102 (40.23% from 255 or 39.23% from 260); Blue value is 97 (38.28% from 255 or 37.31% from 260); Max value from RGB is 102 - color contains mainly: green. Hex color #3D6661 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6661 is #C2999E. Grayscale: #595959. Windows color (decimal): -12753311 or 6383165. OLE color: 6383165.
HSL color Cylindrical-coordinate representation of color #3D6661: hue angle of 172.68º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3D6661 is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 61 | 102 | 97 | - |
| CMYK | 0.40 | 0 | 0.05 | 0.6 |
| HSL | 172.68º | 0.25% | 0.32% | - |
| HSV(B) | 172.68º | 0.4% | 0.4% | - |
| XYZ | 8.83 | 11.36 | 13.04 | - |
| YUV | 89.17 | 132.42 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 102 | 97 | 0.40 | 0 | 0.05 | 0.6 | 172.68 | 0.25 | 0.32 |
| Hex | 3D | 66 | 61 | 28 | 0 | 5 | 3C | AD | 19 | 20 |
| Octal | 75 | 146 | 141 | 50 | 0 | 5 | 74 | 255 | 31 | 40 |
| Binary | 111101 | 1100110 | 1100001 | 101000 | 0 | 101 | 111100 | 10101101 | 11001 | 100000 |
Color Harmonies of #3D6661
Complementary color
Monochromatic Colors of #3D6661
Black with #3D6661
Text Example
Text Example
White with #3D6661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6661; }
p { color: rgb(61,102,97); }
H1.HeaderClassName
{
color: #3D6661;
}
.AnyTagClassName
{
color: #3D6661;
}
</style>
background-color css
<style>
a { background-color: #3D6661; }
a { background-color: rgb(61,102,97); }
div.DivClassName
{
background-color: #3D6661;
}
.BgClassName
{
background-color: #3D6661;
}
</style>
border-color css
<style>
span { border-color: #3D6661; }
span { border-color: rgb(61,102,97); }
td.TdClassName
{
border-color: #3D6661;
}
.TagClassName
{
border-color: #3D6661;
}
</style>