Shades of Fern #69C369
Tints of Fern #69C369
RGB
CMYK
RGB Variations
Color information
#69C369 (or 0x69C369) is known color: Fern. HEX triplet: 69, C3 and 69. RGB value is (105,195,105). Sum of RGB (Red+Green+Blue) = 105+195+105=405 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.93% from 405); Green value is 195 (76.56% from 255 or 48.15% from 405); Blue value is 105 (41.41% from 255 or 25.93% from 405); Max value from RGB is 195 - color contains mainly: green. Hex color #69C369 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69C369 is #963C96. Grayscale: #9E9E9E. Windows color (decimal): -9845911 or 6931305. OLE color: 6931305.
HSL color Cylindrical-coordinate representation of color #69C369: hue angle of 120º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #69C369 is Cyan = 0.46, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 105 | 195 | 105 | - |
| CMYK | 0.46 | 0 | 0.46 | 0.24 |
| HSL | 120º | 0.43% | 0.59% | - |
| HSV(B) | 120º | 0.46% | 0.76% | - |
| XYZ | 27.89 | 43.05 | 20.2 | - |
| YUV | 157.83 | 98.18 | 90.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 195 | 105 | 0.46 | 0 | 0.46 | 0.24 | 120 | 0.43 | 0.59 |
| Hex | 69 | C3 | 69 | 2E | 0 | 2E | 18 | 78 | 2B | 3B |
| Octal | 151 | 303 | 151 | 56 | 0 | 56 | 30 | 170 | 53 | 73 |
| Binary | 1101001 | 11000011 | 1101001 | 101110 | 0 | 101110 | 11000 | 1111000 | 101011 | 111011 |
Color Harmonies of #69C369
Complementary color
Monochromatic Colors of #69C369
Black with #69C369
Text Example
Text Example
White with #69C369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C369; }
p { color: rgb(105,195,105); }
H1.HeaderClassName
{
color: #69C369;
}
.AnyTagClassName
{
color: #69C369;
}
</style>
background-color css
<style>
a { background-color: #69C369; }
a { background-color: rgb(105,195,105); }
div.DivClassName
{
background-color: #69C369;
}
.BgClassName
{
background-color: #69C369;
}
</style>
border-color css
<style>
span { border-color: #69C369; }
span { border-color: rgb(105,195,105); }
td.TdClassName
{
border-color: #69C369;
}
.TagClassName
{
border-color: #69C369;
}
</style>