Shades of Fern #69C368
Tints of Fern #69C368
RGB
CMYK
RGB Variations
Color information
#69C368 (or 0x69C368) is known color: Fern. HEX triplet: 69, C3 and 68. RGB value is (105,195,104). Sum of RGB (Red+Green+Blue) = 105+195+104=404 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.99% from 404); Green value is 195 (76.56% from 255 or 48.27% from 404); Blue value is 104 (41.02% from 255 or 25.74% from 404); Max value from RGB is 195 - color contains mainly: green. Hex color #69C368 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69C368 is #963C97. Grayscale: #9D9D9D. Windows color (decimal): -9845912 or 6865769. OLE color: 6865769.
HSL color Cylindrical-coordinate representation of color #69C368: hue angle of 119.34º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #69C368 is Cyan = 0.46, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 105 | 195 | 104 | - |
| CMYK | 0.46 | 0 | 0.47 | 0.24 |
| HSL | 119.34º | 0.43% | 0.59% | - |
| HSV(B) | 119.34º | 0.47% | 0.76% | - |
| XYZ | 27.84 | 43.03 | 19.94 | - |
| YUV | 157.72 | 97.68 | 90.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 195 | 104 | 0.46 | 0 | 0.47 | 0.24 | 119.34 | 0.43 | 0.59 |
| Hex | 69 | C3 | 68 | 2E | 0 | 2F | 18 | 77 | 2B | 3B |
| Octal | 151 | 303 | 150 | 56 | 0 | 57 | 30 | 167 | 53 | 73 |
| Binary | 1101001 | 11000011 | 1101000 | 101110 | 0 | 101111 | 11000 | 1110111 | 101011 | 111011 |
Color Harmonies of #69C368
Complementary color
Monochromatic Colors of #69C368
Black with #69C368
Text Example
Text Example
White with #69C368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C368; }
p { color: rgb(105,195,104); }
H1.HeaderClassName
{
color: #69C368;
}
.AnyTagClassName
{
color: #69C368;
}
</style>
background-color css
<style>
a { background-color: #69C368; }
a { background-color: rgb(105,195,104); }
div.DivClassName
{
background-color: #69C368;
}
.BgClassName
{
background-color: #69C368;
}
</style>
border-color css
<style>
span { border-color: #69C368; }
span { border-color: rgb(105,195,104); }
td.TdClassName
{
border-color: #69C368;
}
.TagClassName
{
border-color: #69C368;
}
</style>