Shades of Olivine #95CE68
Tints of Olivine #95CE68
RGB
CMYK
RGB Variations
Color information
#95CE68 (or 0x95CE68) is known color: Olivine. HEX triplet: 95, CE and 68. RGB value is (149,206,104). Sum of RGB (Red+Green+Blue) = 149+206+104=459 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.46% from 459); Green value is 206 (80.86% from 255 or 44.88% from 459); Blue value is 104 (41.02% from 255 or 22.66% from 459); Max value from RGB is 206 - color contains mainly: green. Hex color #95CE68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95CE68 is #6A3197. Grayscale: #B1B1B1. Windows color (decimal): -6959512 or 6868629. OLE color: 6868629.
HSL color Cylindrical-coordinate representation of color #95CE68: hue angle of 93.53º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #95CE68 is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 206 | 104 | - |
| CMYK | 0.28 | 0 | 0.50 | 0.19 |
| HSL | 93.53º | 0.51% | 0.61% | - |
| HSV(B) | 93.53º | 0.5% | 0.81% | - |
| XYZ | 36.96 | 51.53 | 21.1 | - |
| YUV | 177.33 | 86.62 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 206 | 104 | 0.28 | 0 | 0.50 | 0.19 | 93.53 | 0.51 | 0.61 |
| Hex | 95 | CE | 68 | 1C | 0 | 32 | 13 | 5E | 33 | 3D |
| Octal | 225 | 316 | 150 | 34 | 0 | 62 | 23 | 136 | 63 | 75 |
| Binary | 10010101 | 11001110 | 1101000 | 11100 | 0 | 110010 | 10011 | 1011110 | 110011 | 111101 |
Color Harmonies of #95CE68
Complementary color
Monochromatic Colors of #95CE68
Black with #95CE68
Text Example
Text Example
White with #95CE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95CE68; }
p { color: rgb(149,206,104); }
H1.HeaderClassName
{
color: #95CE68;
}
.AnyTagClassName
{
color: #95CE68;
}
</style>
background-color css
<style>
a { background-color: #95CE68; }
a { background-color: rgb(149,206,104); }
div.DivClassName
{
background-color: #95CE68;
}
.BgClassName
{
background-color: #95CE68;
}
</style>
border-color css
<style>
span { border-color: #95CE68; }
span { border-color: rgb(149,206,104); }
td.TdClassName
{
border-color: #95CE68;
}
.TagClassName
{
border-color: #95CE68;
}
</style>