Shades of Jewel #0F5A43
Tints of Jewel #0F5A43
RGB
CMYK
RGB Variations
Color information
#0F5A43 (or 0x0F5A43) is known color: Jewel. HEX triplet: 0F, 5A and 43. RGB value is (15,90,67). Sum of RGB (Red+Green+Blue) = 15+90+67=172 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.72% from 172); Green value is 90 (35.55% from 255 or 52.33% from 172); Blue value is 67 (26.56% from 255 or 38.95% from 172); Max value from RGB is 90 - color contains mainly: green. Hex color #0F5A43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F5A43 is #F0A5BC. Grayscale: #404040. Windows color (decimal): -15771069 or 4413967. OLE color: 4413967.
HSL color Cylindrical-coordinate representation of color #0F5A43: hue angle of 161.6º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0F5A43 is Cyan = 0.83, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 15 | 90 | 67 | - |
| CMYK | 0.83 | 0 | 0.26 | 0.65 |
| HSL | 161.6º | 0.71% | 0.21% | - |
| HSV(B) | 161.6º | 0.83% | 0.35% | - |
| XYZ | 4.87 | 7.82 | 6.56 | - |
| YUV | 64.95 | 129.15 | 92.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 90 | 67 | 0.83 | 0 | 0.26 | 0.65 | 161.6 | 0.71 | 0.21 |
| Hex | F | 5A | 43 | 53 | 0 | 1A | 41 | A2 | 47 | 15 |
| Octal | 17 | 132 | 103 | 123 | 0 | 32 | 101 | 242 | 107 | 25 |
| Binary | 1111 | 1011010 | 1000011 | 1010011 | 0 | 11010 | 1000001 | 10100010 | 1000111 | 10101 |
Color Harmonies of #0F5A43
Complementary color
Monochromatic Colors of #0F5A43
Black with #0F5A43
Text Example
Text Example
White with #0F5A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5A43; }
p { color: rgb(15,90,67); }
H1.HeaderClassName
{
color: #0F5A43;
}
.AnyTagClassName
{
color: #0F5A43;
}
</style>
background-color css
<style>
a { background-color: #0F5A43; }
a { background-color: rgb(15,90,67); }
div.DivClassName
{
background-color: #0F5A43;
}
.BgClassName
{
background-color: #0F5A43;
}
</style>
border-color css
<style>
span { border-color: #0F5A43; }
span { border-color: rgb(15,90,67); }
td.TdClassName
{
border-color: #0F5A43;
}
.TagClassName
{
border-color: #0F5A43;
}
</style>