Shades of Pastel Green #6FCC68
Tints of Pastel Green #6FCC68
RGB
CMYK
RGB Variations
Color information
#6FCC68 (or 0x6FCC68) is known color: Pastel Green. HEX triplet: 6F, CC and 68. RGB value is (111,204,104). Sum of RGB (Red+Green+Blue) = 111+204+104=419 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.49% from 419); Green value is 204 (80.08% from 255 or 48.69% from 419); Blue value is 104 (41.02% from 255 or 24.82% from 419); Max value from RGB is 204 - color contains mainly: green. Hex color #6FCC68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FCC68 is #903397. Grayscale: #A5A5A5. Windows color (decimal): -9450392 or 6868079. OLE color: 6868079.
HSL color Cylindrical-coordinate representation of color #6FCC68: hue angle of 115.8º degrees, saturation: 0.5, 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 #6FCC68 is Cyan = 0.46, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 111 | 204 | 104 | - |
| CMYK | 0.46 | 0 | 0.49 | 0.2 |
| HSL | 115.8º | 0.5% | 0.6% | - |
| HSV(B) | 115.8º | 0.49% | 0.8% | - |
| XYZ | 30.65 | 47.56 | 20.66 | - |
| YUV | 164.79 | 93.69 | 89.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 204 | 104 | 0.46 | 0 | 0.49 | 0.2 | 115.8 | 0.5 | 0.6 |
| Hex | 6F | CC | 68 | 2E | 0 | 31 | 14 | 74 | 32 | 3C |
| Octal | 157 | 314 | 150 | 56 | 0 | 61 | 24 | 164 | 62 | 74 |
| Binary | 1101111 | 11001100 | 1101000 | 101110 | 0 | 110001 | 10100 | 1110100 | 110010 | 111100 |
Color Harmonies of #6FCC68
Complementary color
Monochromatic Colors of #6FCC68
Black with #6FCC68
Text Example
Text Example
White with #6FCC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCC68; }
p { color: rgb(111,204,104); }
H1.HeaderClassName
{
color: #6FCC68;
}
.AnyTagClassName
{
color: #6FCC68;
}
</style>
background-color css
<style>
a { background-color: #6FCC68; }
a { background-color: rgb(111,204,104); }
div.DivClassName
{
background-color: #6FCC68;
}
.BgClassName
{
background-color: #6FCC68;
}
</style>
border-color css
<style>
span { border-color: #6FCC68; }
span { border-color: rgb(111,204,104); }
td.TdClassName
{
border-color: #6FCC68;
}
.TagClassName
{
border-color: #6FCC68;
}
</style>