Shades of Olivine #90C375
Tints of Olivine #90C375
RGB
CMYK
RGB Variations
Color information
#90C375 (or 0x90C375) is known color: Olivine. HEX triplet: 90, C3 and 75. RGB value is (144,195,117). Sum of RGB (Red+Green+Blue) = 144+195+117=456 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.58% from 456); Green value is 195 (76.56% from 255 or 42.76% from 456); Blue value is 117 (46.09% from 255 or 25.66% from 456); Max value from RGB is 195 - color contains mainly: green. Hex color #90C375 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90C375 is #6F3C8A. Grayscale: #ABABAB. Windows color (decimal): -7289995 or 7717776. OLE color: 7717776.
HSL color Cylindrical-coordinate representation of color #90C375: hue angle of 99.23º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90C375 is Cyan = 0.26, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 195 | 117 | - |
| CMYK | 0.26 | 0 | 0.4 | 0.24 |
| HSL | 99.23º | 0.39% | 0.61% | - |
| HSV(B) | 99.23º | 0.4% | 0.76% | - |
| XYZ | 34.23 | 46.24 | 23.95 | - |
| YUV | 170.86 | 97.6 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 195 | 117 | 0.26 | 0 | 0.4 | 0.24 | 99.23 | 0.39 | 0.61 |
| Hex | 90 | C3 | 75 | 1A | 0 | 28 | 18 | 63 | 27 | 3D |
| Octal | 220 | 303 | 165 | 32 | 0 | 50 | 30 | 143 | 47 | 75 |
| Binary | 10010000 | 11000011 | 1110101 | 11010 | 0 | 101000 | 11000 | 1100011 | 100111 | 111101 |
Color Harmonies of #90C375
Complementary color
Monochromatic Colors of #90C375
Black with #90C375
Text Example
Text Example
White with #90C375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C375; }
p { color: rgb(144,195,117); }
H1.HeaderClassName
{
color: #90C375;
}
.AnyTagClassName
{
color: #90C375;
}
</style>
background-color css
<style>
a { background-color: #90C375; }
a { background-color: rgb(144,195,117); }
div.DivClassName
{
background-color: #90C375;
}
.BgClassName
{
background-color: #90C375;
}
</style>
border-color css
<style>
span { border-color: #90C375; }
span { border-color: rgb(144,195,117); }
td.TdClassName
{
border-color: #90C375;
}
.TagClassName
{
border-color: #90C375;
}
</style>