Shades of Fern #69AC68
Tints of Fern #69AC68
RGB
CMYK
RGB Variations
Color information
#69AC68 (or 0x69AC68) is known color: Fern. HEX triplet: 69, AC and 68. RGB value is (105,172,104). Sum of RGB (Red+Green+Blue) = 105+172+104=381 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.56% from 381); Green value is 172 (67.58% from 255 or 45.14% from 381); Blue value is 104 (41.02% from 255 or 27.30% from 381); Max value from RGB is 172 - color contains mainly: green. Hex color #69AC68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69AC68 is #965397. Grayscale: #909090. Windows color (decimal): -9851800 or 6859881. OLE color: 6859881.
HSL color Cylindrical-coordinate representation of color #69AC68: hue angle of 119.12º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #69AC68 is Cyan = 0.39, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 172 | 104 | - |
| CMYK | 0.39 | 0 | 0.40 | 0.33 |
| HSL | 119.12º | 0.29% | 0.54% | - |
| HSV(B) | 119.12º | 0.4% | 0.67% | - |
| XYZ | 23.08 | 33.51 | 18.35 | - |
| YUV | 144.22 | 105.3 | 100.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 172 | 104 | 0.39 | 0 | 0.40 | 0.33 | 119.12 | 0.29 | 0.54 |
| Hex | 69 | AC | 68 | 27 | 0 | 28 | 21 | 77 | 1D | 36 |
| Octal | 151 | 254 | 150 | 47 | 0 | 50 | 41 | 167 | 35 | 66 |
| Binary | 1101001 | 10101100 | 1101000 | 100111 | 0 | 101000 | 100001 | 1110111 | 11101 | 110110 |
Color Harmonies of #69AC68
Complementary color
Monochromatic Colors of #69AC68
Black with #69AC68
Text Example
Text Example
White with #69AC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69AC68; }
p { color: rgb(105,172,104); }
H1.HeaderClassName
{
color: #69AC68;
}
.AnyTagClassName
{
color: #69AC68;
}
</style>
background-color css
<style>
a { background-color: #69AC68; }
a { background-color: rgb(105,172,104); }
div.DivClassName
{
background-color: #69AC68;
}
.BgClassName
{
background-color: #69AC68;
}
</style>
border-color css
<style>
span { border-color: #69AC68; }
span { border-color: rgb(105,172,104); }
td.TdClassName
{
border-color: #69AC68;
}
.TagClassName
{
border-color: #69AC68;
}
</style>