Shades of Oracle #435F5E
Tints of Oracle #435F5E
RGB
CMYK
RGB Variations
Color information
#435F5E (or 0x435F5E) is known color: Oracle. HEX triplet: 43, 5F and 5E. RGB value is (67,95,94). Sum of RGB (Red+Green+Blue) = 67+95+94=256 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.17% from 256); Green value is 95 (37.5% from 255 or 37.11% from 256); Blue value is 94 (37.11% from 255 or 36.72% from 256); Max value from RGB is 95 - color contains mainly: green. Hex color #435F5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435F5E is #BCA0A1. Grayscale: #565656. Windows color (decimal): -12361890 or 6184771. OLE color: 6184771.
HSL color Cylindrical-coordinate representation of color #435F5E: hue angle of 177.86º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #435F5E is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 67 | 95 | 94 | - |
| CMYK | 0.29 | 0 | 0.01 | 0.63 |
| HSL | 177.86º | 0.17% | 0.32% | - |
| HSV(B) | 177.86º | 0.29% | 0.37% | - |
| XYZ | 8.43 | 10.19 | 12.11 | - |
| YUV | 86.51 | 132.22 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 95 | 94 | 0.29 | 0 | 0.01 | 0.63 | 177.86 | 0.17 | 0.32 |
| Hex | 43 | 5F | 5E | 1D | 0 | 1 | 3F | B2 | 11 | 20 |
| Octal | 103 | 137 | 136 | 35 | 0 | 1 | 77 | 262 | 21 | 40 |
| Binary | 1000011 | 1011111 | 1011110 | 11101 | 0 | 1 | 111111 | 10110010 | 10001 | 100000 |
Color Harmonies of #435F5E
Complementary color
Monochromatic Colors of #435F5E
Black with #435F5E
Text Example
Text Example
White with #435F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435F5E; }
p { color: rgb(67,95,94); }
H1.HeaderClassName
{
color: #435F5E;
}
.AnyTagClassName
{
color: #435F5E;
}
</style>
background-color css
<style>
a { background-color: #435F5E; }
a { background-color: rgb(67,95,94); }
div.DivClassName
{
background-color: #435F5E;
}
.BgClassName
{
background-color: #435F5E;
}
</style>
border-color css
<style>
span { border-color: #435F5E; }
span { border-color: rgb(67,95,94); }
td.TdClassName
{
border-color: #435F5E;
}
.TagClassName
{
border-color: #435F5E;
}
</style>