Shades of Olivine #90C467
Tints of Olivine #90C467
RGB
CMYK
RGB Variations
Color information
#90C467 (or 0x90C467) is known color: Olivine. HEX triplet: 90, C4 and 67. RGB value is (144,196,103). Sum of RGB (Red+Green+Blue) = 144+196+103=443 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.51% from 443); Green value is 196 (76.95% from 255 or 44.24% from 443); Blue value is 103 (40.62% from 255 or 23.25% from 443); Max value from RGB is 196 - color contains mainly: green. Hex color #90C467 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90C467 is #6F3B98. Grayscale: #AAAAAA. Windows color (decimal): -7289753 or 6800528. OLE color: 6800528.
HSL color Cylindrical-coordinate representation of color #90C467: hue angle of 93.55º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #90C467 is Cyan = 0.27, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 144 | 196 | 103 | - |
| CMYK | 0.27 | 0 | 0.47 | 0.23 |
| HSL | 93.55º | 0.44% | 0.59% | - |
| HSV(B) | 93.55º | 0.47% | 0.77% | - |
| XYZ | 33.69 | 46.39 | 20.01 | - |
| YUV | 169.85 | 90.27 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 196 | 103 | 0.27 | 0 | 0.47 | 0.23 | 93.55 | 0.44 | 0.59 |
| Hex | 90 | C4 | 67 | 1B | 0 | 2F | 17 | 5E | 2C | 3B |
| Octal | 220 | 304 | 147 | 33 | 0 | 57 | 27 | 136 | 54 | 73 |
| Binary | 10010000 | 11000100 | 1100111 | 11011 | 0 | 101111 | 10111 | 1011110 | 101100 | 111011 |
Color Harmonies of #90C467
Complementary color
Monochromatic Colors of #90C467
Black with #90C467
Text Example
Text Example
White with #90C467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C467; }
p { color: rgb(144,196,103); }
H1.HeaderClassName
{
color: #90C467;
}
.AnyTagClassName
{
color: #90C467;
}
</style>
background-color css
<style>
a { background-color: #90C467; }
a { background-color: rgb(144,196,103); }
div.DivClassName
{
background-color: #90C467;
}
.BgClassName
{
background-color: #90C467;
}
</style>
border-color css
<style>
span { border-color: #90C467; }
span { border-color: rgb(144,196,103); }
td.TdClassName
{
border-color: #90C467;
}
.TagClassName
{
border-color: #90C467;
}
</style>