Shades of Pastel Green #67D06C
Tints of Pastel Green #67D06C
RGB
CMYK
RGB Variations
Color information
#67D06C (or 0x67D06C) is known color: Pastel Green. HEX triplet: 67, D0 and 6C. RGB value is (103,208,108). Sum of RGB (Red+Green+Blue) = 103+208+108=419 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.58% from 419); Green value is 208 (81.64% from 255 or 49.64% from 419); Blue value is 108 (42.58% from 255 or 25.78% from 419); Max value from RGB is 208 - color contains mainly: green. Hex color #67D06C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #67D06C is #982F93. Grayscale: #A5A5A5. Windows color (decimal): -9973652 or 7131239. OLE color: 7131239.
HSL color Cylindrical-coordinate representation of color #67D06C: hue angle of 122.86º 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 #67D06C is Cyan = 0.50, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 103 | 208 | 108 | - |
| CMYK | 0.50 | 0 | 0.48 | 0.18 |
| HSL | 122.86º | 0.53% | 0.61% | - |
| HSV(B) | 122.86º | 0.5% | 0.82% | - |
| XYZ | 30.86 | 49.08 | 22.03 | - |
| YUV | 165.21 | 95.71 | 83.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 208 | 108 | 0.50 | 0 | 0.48 | 0.18 | 122.86 | 0.53 | 0.61 |
| Hex | 67 | D0 | 6C | 32 | 0 | 30 | 12 | 7B | 35 | 3D |
| Octal | 147 | 320 | 154 | 62 | 0 | 60 | 22 | 173 | 65 | 75 |
| Binary | 1100111 | 11010000 | 1101100 | 110010 | 0 | 110000 | 10010 | 1111011 | 110101 | 111101 |
Color Harmonies of #67D06C
Complementary color
Monochromatic Colors of #67D06C
Black with #67D06C
Text Example
Text Example
White with #67D06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67D06C; }
p { color: rgb(103,208,108); }
H1.HeaderClassName
{
color: #67D06C;
}
.AnyTagClassName
{
color: #67D06C;
}
</style>
background-color css
<style>
a { background-color: #67D06C; }
a { background-color: rgb(103,208,108); }
div.DivClassName
{
background-color: #67D06C;
}
.BgClassName
{
background-color: #67D06C;
}
</style>
border-color css
<style>
span { border-color: #67D06C; }
span { border-color: rgb(103,208,108); }
td.TdClassName
{
border-color: #67D06C;
}
.TagClassName
{
border-color: #67D06C;
}
</style>