Shades of Pastel Green #73D068
Tints of Pastel Green #73D068
RGB
CMYK
RGB Variations
Color information
#73D068 (or 0x73D068) is known color: Pastel Green. HEX triplet: 73, D0 and 68. RGB value is (115,208,104). Sum of RGB (Red+Green+Blue) = 115+208+104=427 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.93% from 427); Green value is 208 (81.64% from 255 or 48.71% from 427); Blue value is 104 (41.02% from 255 or 24.36% from 427); Max value from RGB is 208 - color contains mainly: green. Hex color #73D068 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73D068 is #8C2F97. Grayscale: #A8A8A8. Windows color (decimal): -9187224 or 6869107. OLE color: 6869107.
HSL color Cylindrical-coordinate representation of color #73D068: hue angle of 113.65º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #73D068 is Cyan = 0.45, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 115 | 208 | 104 | - |
| CMYK | 0.45 | 0 | 0.5 | 0.18 |
| HSL | 113.65º | 0.53% | 0.61% | - |
| HSV(B) | 113.65º | 0.5% | 0.82% | - |
| XYZ | 32.12 | 49.76 | 21.01 | - |
| YUV | 168.34 | 91.69 | 89.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 208 | 104 | 0.45 | 0 | 0.5 | 0.18 | 113.65 | 0.53 | 0.61 |
| Hex | 73 | D0 | 68 | 2D | 0 | 32 | 12 | 72 | 35 | 3D |
| Octal | 163 | 320 | 150 | 55 | 0 | 62 | 22 | 162 | 65 | 75 |
| Binary | 1110011 | 11010000 | 1101000 | 101101 | 0 | 110010 | 10010 | 1110010 | 110101 | 111101 |
Color Harmonies of #73D068
Complementary color
Monochromatic Colors of #73D068
Black with #73D068
Text Example
Text Example
White with #73D068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D068; }
p { color: rgb(115,208,104); }
H1.HeaderClassName
{
color: #73D068;
}
.AnyTagClassName
{
color: #73D068;
}
</style>
background-color css
<style>
a { background-color: #73D068; }
a { background-color: rgb(115,208,104); }
div.DivClassName
{
background-color: #73D068;
}
.BgClassName
{
background-color: #73D068;
}
</style>
border-color css
<style>
span { border-color: #73D068; }
span { border-color: rgb(115,208,104); }
td.TdClassName
{
border-color: #73D068;
}
.TagClassName
{
border-color: #73D068;
}
</style>