Shades of Fern #69C373
Tints of Fern #69C373
RGB
CMYK
RGB Variations
Color information
#69C373 (or 0x69C373) is known color: Fern. HEX triplet: 69, C3 and 73. RGB value is (105,195,115). Sum of RGB (Red+Green+Blue) = 105+195+115=415 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.30% from 415); Green value is 195 (76.56% from 255 or 46.99% from 415); Blue value is 115 (45.31% from 255 or 27.71% from 415); Max value from RGB is 195 - color contains mainly: green. Hex color #69C373 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69C373 is #963C8C. Grayscale: #9F9F9F. Windows color (decimal): -9845901 or 7586665. OLE color: 7586665.
HSL color Cylindrical-coordinate representation of color #69C373: hue angle of 126.67º 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 #69C373 is Cyan = 0.46, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 105 | 195 | 115 | - |
| CMYK | 0.46 | 0 | 0.41 | 0.24 |
| HSL | 126.67º | 0.43% | 0.59% | - |
| HSV(B) | 126.67º | 0.46% | 0.76% | - |
| XYZ | 28.44 | 43.27 | 23.07 | - |
| YUV | 158.97 | 103.18 | 89.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 195 | 115 | 0.46 | 0 | 0.41 | 0.24 | 126.67 | 0.43 | 0.59 |
| Hex | 69 | C3 | 73 | 2E | 0 | 29 | 18 | 7F | 2B | 3B |
| Octal | 151 | 303 | 163 | 56 | 0 | 51 | 30 | 177 | 53 | 73 |
| Binary | 1101001 | 11000011 | 1110011 | 101110 | 0 | 101001 | 11000 | 1111111 | 101011 | 111011 |
Color Harmonies of #69C373
Complementary color
Monochromatic Colors of #69C373
Black with #69C373
Text Example
Text Example
White with #69C373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C373; }
p { color: rgb(105,195,115); }
H1.HeaderClassName
{
color: #69C373;
}
.AnyTagClassName
{
color: #69C373;
}
</style>
background-color css
<style>
a { background-color: #69C373; }
a { background-color: rgb(105,195,115); }
div.DivClassName
{
background-color: #69C373;
}
.BgClassName
{
background-color: #69C373;
}
</style>
border-color css
<style>
span { border-color: #69C373; }
span { border-color: rgb(105,195,115); }
td.TdClassName
{
border-color: #69C373;
}
.TagClassName
{
border-color: #69C373;
}
</style>