Shades of Olivine #95C269
Tints of Olivine #95C269
RGB
CMYK
RGB Variations
Color information
#95C269 (or 0x95C269) is known color: Olivine. HEX triplet: 95, C2 and 69. RGB value is (149,194,105). Sum of RGB (Red+Green+Blue) = 149+194+105=448 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.26% from 448); Green value is 194 (76.17% from 255 or 43.30% from 448); Blue value is 105 (41.41% from 255 or 23.44% from 448); Max value from RGB is 194 - color contains mainly: green. Hex color #95C269 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C269 is #6A3D96. Grayscale: #AAAAAA. Windows color (decimal): -6962583 or 6931093. OLE color: 6931093.
HSL color Cylindrical-coordinate representation of color #95C269: hue angle of 90.34º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #95C269 is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 194 | 105 | - |
| CMYK | 0.23 | 0 | 0.46 | 0.24 |
| HSL | 90.34º | 0.42% | 0.59% | - |
| HSV(B) | 90.34º | 0.46% | 0.76% | - |
| XYZ | 34.24 | 45.99 | 20.44 | - |
| YUV | 170.4 | 91.09 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 194 | 105 | 0.23 | 0 | 0.46 | 0.24 | 90.34 | 0.42 | 0.59 |
| Hex | 95 | C2 | 69 | 17 | 0 | 2E | 18 | 5A | 2A | 3B |
| Octal | 225 | 302 | 151 | 27 | 0 | 56 | 30 | 132 | 52 | 73 |
| Binary | 10010101 | 11000010 | 1101001 | 10111 | 0 | 101110 | 11000 | 1011010 | 101010 | 111011 |
Color Harmonies of #95C269
Complementary color
Monochromatic Colors of #95C269
Black with #95C269
Text Example
Text Example
White with #95C269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C269; }
p { color: rgb(149,194,105); }
H1.HeaderClassName
{
color: #95C269;
}
.AnyTagClassName
{
color: #95C269;
}
</style>
background-color css
<style>
a { background-color: #95C269; }
a { background-color: rgb(149,194,105); }
div.DivClassName
{
background-color: #95C269;
}
.BgClassName
{
background-color: #95C269;
}
</style>
border-color css
<style>
span { border-color: #95C269; }
span { border-color: rgb(149,194,105); }
td.TdClassName
{
border-color: #95C269;
}
.TagClassName
{
border-color: #95C269;
}
</style>