Shades of Olivine #94CB68
Tints of Olivine #94CB68
RGB
CMYK
RGB Variations
Color information
#94CB68 (or 0x94CB68) is known color: Olivine. HEX triplet: 94, CB and 68. RGB value is (148,203,104). Sum of RGB (Red+Green+Blue) = 148+203+104=455 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.53% from 455); Green value is 203 (79.69% from 255 or 44.62% from 455); Blue value is 104 (41.02% from 255 or 22.86% from 455); Max value from RGB is 203 - color contains mainly: green. Hex color #94CB68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94CB68 is #6B3497. Grayscale: #AFAFAF. Windows color (decimal): -7025816 or 6867860. OLE color: 6867860.
HSL color Cylindrical-coordinate representation of color #94CB68: hue angle of 93.33º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #94CB68 is Cyan = 0.27, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 148 | 203 | 104 | - |
| CMYK | 0.27 | 0 | 0.49 | 0.20 |
| HSL | 93.33º | 0.49% | 0.6% | - |
| HSV(B) | 93.33º | 0.49% | 0.8% | - |
| XYZ | 36.07 | 50.01 | 20.85 | - |
| YUV | 175.27 | 87.78 | 108.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 203 | 104 | 0.27 | 0 | 0.49 | 0.20 | 93.33 | 0.49 | 0.6 |
| Hex | 94 | CB | 68 | 1B | 0 | 31 | 14 | 5D | 31 | 3C |
| Octal | 224 | 313 | 150 | 33 | 0 | 61 | 24 | 135 | 61 | 74 |
| Binary | 10010100 | 11001011 | 1101000 | 11011 | 0 | 110001 | 10100 | 1011101 | 110001 | 111100 |
Color Harmonies of #94CB68
Complementary color
Monochromatic Colors of #94CB68
Black with #94CB68
Text Example
Text Example
White with #94CB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94CB68; }
p { color: rgb(148,203,104); }
H1.HeaderClassName
{
color: #94CB68;
}
.AnyTagClassName
{
color: #94CB68;
}
</style>
background-color css
<style>
a { background-color: #94CB68; }
a { background-color: rgb(148,203,104); }
div.DivClassName
{
background-color: #94CB68;
}
.BgClassName
{
background-color: #94CB68;
}
</style>
border-color css
<style>
span { border-color: #94CB68; }
span { border-color: rgb(148,203,104); }
td.TdClassName
{
border-color: #94CB68;
}
.TagClassName
{
border-color: #94CB68;
}
</style>