Shades of Olivine #90C368
Tints of Olivine #90C368
RGB
CMYK
RGB Variations
Color information
#90C368 (or 0x90C368) is known color: Olivine. HEX triplet: 90, C3 and 68. RGB value is (144,195,104). Sum of RGB (Red+Green+Blue) = 144+195+104=443 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.51% from 443); Green value is 195 (76.56% from 255 or 44.02% from 443); Blue value is 104 (41.02% from 255 or 23.48% from 443); Max value from RGB is 195 - color contains mainly: green. Hex color #90C368 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90C368 is #6F3C97. Grayscale: #A9A9A9. Windows color (decimal): -7290008 or 6865808. OLE color: 6865808.
HSL color Cylindrical-coordinate representation of color #90C368: hue angle of 93.63º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #90C368 is Cyan = 0.26, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 195 | 104 | - |
| CMYK | 0.26 | 0 | 0.47 | 0.24 |
| HSL | 93.63º | 0.43% | 0.59% | - |
| HSV(B) | 93.63º | 0.47% | 0.76% | - |
| XYZ | 33.52 | 45.96 | 20.2 | - |
| YUV | 169.38 | 91.1 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 195 | 104 | 0.26 | 0 | 0.47 | 0.24 | 93.63 | 0.43 | 0.59 |
| Hex | 90 | C3 | 68 | 1A | 0 | 2F | 18 | 5E | 2B | 3B |
| Octal | 220 | 303 | 150 | 32 | 0 | 57 | 30 | 136 | 53 | 73 |
| Binary | 10010000 | 11000011 | 1101000 | 11010 | 0 | 101111 | 11000 | 1011110 | 101011 | 111011 |
Color Harmonies of #90C368
Complementary color
Monochromatic Colors of #90C368
Black with #90C368
Text Example
Text Example
White with #90C368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C368; }
p { color: rgb(144,195,104); }
H1.HeaderClassName
{
color: #90C368;
}
.AnyTagClassName
{
color: #90C368;
}
</style>
background-color css
<style>
a { background-color: #90C368; }
a { background-color: rgb(144,195,104); }
div.DivClassName
{
background-color: #90C368;
}
.BgClassName
{
background-color: #90C368;
}
</style>
border-color css
<style>
span { border-color: #90C368; }
span { border-color: rgb(144,195,104); }
td.TdClassName
{
border-color: #90C368;
}
.TagClassName
{
border-color: #90C368;
}
</style>