Shades of Fern #69CA74
Tints of Fern #69CA74
RGB
CMYK
RGB Variations
Color information
#69CA74 (or 0x69CA74) is known color: Fern. HEX triplet: 69, CA and 74. RGB value is (105,202,116). Sum of RGB (Red+Green+Blue) = 105+202+116=423 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.82% from 423); Green value is 202 (79.30% from 255 or 47.75% from 423); Blue value is 116 (45.70% from 255 or 27.42% from 423); Max value from RGB is 202 - color contains mainly: green. Hex color #69CA74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69CA74 is #96358B. Grayscale: #A3A3A3. Windows color (decimal): -9844108 or 7653993. OLE color: 7653993.
HSL color Cylindrical-coordinate representation of color #69CA74: hue angle of 126.8º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #69CA74 is Cyan = 0.48, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 105 | 202 | 116 | - |
| CMYK | 0.48 | 0 | 0.43 | 0.21 |
| HSL | 126.8º | 0.48% | 0.6% | - |
| HSV(B) | 126.8º | 0.48% | 0.79% | - |
| XYZ | 30.1 | 46.51 | 23.91 | - |
| YUV | 163.19 | 101.36 | 86.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 202 | 116 | 0.48 | 0 | 0.43 | 0.21 | 126.8 | 0.48 | 0.6 |
| Hex | 69 | CA | 74 | 30 | 0 | 2B | 15 | 7F | 30 | 3C |
| Octal | 151 | 312 | 164 | 60 | 0 | 53 | 25 | 177 | 60 | 74 |
| Binary | 1101001 | 11001010 | 1110100 | 110000 | 0 | 101011 | 10101 | 1111111 | 110000 | 111100 |
Color Harmonies of #69CA74
Complementary color
Monochromatic Colors of #69CA74
Black with #69CA74
Text Example
Text Example
White with #69CA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69CA74; }
p { color: rgb(105,202,116); }
H1.HeaderClassName
{
color: #69CA74;
}
.AnyTagClassName
{
color: #69CA74;
}
</style>
background-color css
<style>
a { background-color: #69CA74; }
a { background-color: rgb(105,202,116); }
div.DivClassName
{
background-color: #69CA74;
}
.BgClassName
{
background-color: #69CA74;
}
</style>
border-color css
<style>
span { border-color: #69CA74; }
span { border-color: rgb(105,202,116); }
td.TdClassName
{
border-color: #69CA74;
}
.TagClassName
{
border-color: #69CA74;
}
</style>