Shades of Persian Green #00B699
Tints of Persian Green #00B699
RGB
CMYK
RGB Variations
Color information
#00B699 (or 0x00B699) is known color: Persian Green. HEX triplet: 00, B6 and 99. RGB value is (0,182,153). Sum of RGB (Red+Green+Blue) = 0+182+153=335 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 335); Green value is 182 (71.48% from 255 or 54.33% from 335); Blue value is 153 (60.16% from 255 or 45.67% from 335); Max value from RGB is 182 - color contains mainly: green. Hex color #00B699 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00B699 is #FF4966. Grayscale: #7C7C7C. Windows color (decimal): -16730471 or 10073600. OLE color: 10073600.
HSL color Cylindrical-coordinate representation of color #00B699: hue angle of 170.44º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B699 is Cyan = 1, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 0 | 182 | 153 | - |
| CMYK | 1 | 0 | 0.16 | 0.29 |
| HSL | 170.44º | 1% | 0.36% | - |
| HSV(B) | 170.44º | 1% | 0.71% | - |
| XYZ | 22.48 | 35.76 | 35.85 | - |
| YUV | 124.28 | 144.2 | 39.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 182 | 153 | 1 | 0 | 0.16 | 0.29 | 170.44 | 1 | 0.36 |
| Hex | 0 | B6 | 99 | 64 | 0 | 10 | 1D | AA | 64 | 24 |
| Octal | 0 | 266 | 231 | 144 | 0 | 20 | 35 | 252 | 144 | 44 |
| Binary | 0 | 10110110 | 10011001 | 1100100 | 0 | 10000 | 11101 | 10101010 | 1100100 | 100100 |
Color Harmonies of #00B699
Complementary color
Monochromatic Colors of #00B699
Black with #00B699
Text Example
Text Example
White with #00B699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B699; }
p { color: rgb(0,182,153); }
H1.HeaderClassName
{
color: #00B699;
}
.AnyTagClassName
{
color: #00B699;
}
</style>
background-color css
<style>
a { background-color: #00B699; }
a { background-color: rgb(0,182,153); }
div.DivClassName
{
background-color: #00B699;
}
.BgClassName
{
background-color: #00B699;
}
</style>
border-color css
<style>
span { border-color: #00B699; }
span { border-color: rgb(0,182,153); }
td.TdClassName
{
border-color: #00B699;
}
.TagClassName
{
border-color: #00B699;
}
</style>