Shades of Olivine #99CB67
Tints of Olivine #99CB67
RGB
CMYK
RGB Variations
Color information
#99CB67 (or 0x99CB67) is known color: Olivine. HEX triplet: 99, CB and 67. RGB value is (153,203,103). Sum of RGB (Red+Green+Blue) = 153+203+103=459 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.33% from 459); Green value is 203 (79.69% from 255 or 44.23% from 459); Blue value is 103 (40.62% from 255 or 22.44% from 459); Max value from RGB is 203 - color contains mainly: green. Hex color #99CB67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CB67 is #663498. Grayscale: #B1B1B1. Windows color (decimal): -6698137 or 6802329. OLE color: 6802329.
HSL color Cylindrical-coordinate representation of color #99CB67: hue angle of 90º 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 #99CB67 is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 203 | 103 | - |
| CMYK | 0.25 | 0 | 0.49 | 0.20 |
| HSL | 90º | 0.49% | 0.6% | - |
| HSV(B) | 90º | 0.49% | 0.8% | - |
| XYZ | 36.94 | 50.46 | 20.63 | - |
| YUV | 176.65 | 86.44 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 203 | 103 | 0.25 | 0 | 0.49 | 0.20 | 90 | 0.49 | 0.6 |
| Hex | 99 | CB | 67 | 19 | 0 | 31 | 14 | 5A | 31 | 3C |
| Octal | 231 | 313 | 147 | 31 | 0 | 61 | 24 | 132 | 61 | 74 |
| Binary | 10011001 | 11001011 | 1100111 | 11001 | 0 | 110001 | 10100 | 1011010 | 110001 | 111100 |
Color Harmonies of #99CB67
Complementary color
Monochromatic Colors of #99CB67
Black with #99CB67
Text Example
Text Example
White with #99CB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CB67; }
p { color: rgb(153,203,103); }
H1.HeaderClassName
{
color: #99CB67;
}
.AnyTagClassName
{
color: #99CB67;
}
</style>
background-color css
<style>
a { background-color: #99CB67; }
a { background-color: rgb(153,203,103); }
div.DivClassName
{
background-color: #99CB67;
}
.BgClassName
{
background-color: #99CB67;
}
</style>
border-color css
<style>
span { border-color: #99CB67; }
span { border-color: rgb(153,203,103); }
td.TdClassName
{
border-color: #99CB67;
}
.TagClassName
{
border-color: #99CB67;
}
</style>