#00BF6F (or 0x00BF6F) is unknown color: approx Jade. HEX triplet: 00, BF and 6F. RGB value is (0,191,111). Sum of RGB (Red+Green+Blue) = 0+191+111=302 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 302); Green value is 191 (75% from 255 or 63.25% from 302); Blue value is 111 (43.75% from 255 or 36.75% from 302); Max value from RGB is 191 - color contains mainly: green. Hex color #00BF6F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00BF6F is #FF4090. Grayscale: #7C7C7C. Windows color (decimal): -16728209 or 7323392. OLE color: 7323392.
HSL color Cylindrical-coordinate representation of color #00BF6F: hue angle of 154.87º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BF6F is Cyan = 1, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
<style> p { color: #00bf6f; } p { color: rgb(0,191,111); } H1.HeaderClassName { color: #00bf6f; } .AnyTagClassName { color: #00bf6f; } </style>
<style> a { background-color: #00bf6f; } a { background-color: rgb(0,191,111); } div.DivClassName { background-color: #00bf6f; } .BgClassName { background-color: #00bf6f; } </style>
<style> span { border-color: #00bf6f; } span { border-color: rgb(0,191,111); } td.TdClassName { border-color: #00bf6f; } .TagClassName { border-color: #00bf6f; } </style>