Shades of Fern #69CA7B
Tints of Fern #69CA7B
RGB
CMYK
RGB Variations
Color information
#69CA7B (or 0x69CA7B) is known color: Fern. HEX triplet: 69, CA and 7B. RGB value is (105,202,123). Sum of RGB (Red+Green+Blue) = 105+202+123=430 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.42% from 430); Green value is 202 (79.30% from 255 or 46.98% from 430); Blue value is 123 (48.44% from 255 or 28.60% from 430); Max value from RGB is 202 - color contains mainly: green. Hex color #69CA7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69CA7B is #963584. Grayscale: #A4A4A4. Windows color (decimal): -9844101 or 8112745. OLE color: 8112745.
HSL color Cylindrical-coordinate representation of color #69CA7B: hue angle of 131.13º 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 #69CA7B is Cyan = 0.48, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 105 | 202 | 123 | - |
| CMYK | 0.48 | 0 | 0.39 | 0.21 |
| HSL | 131.13º | 0.48% | 0.6% | - |
| HSV(B) | 131.13º | 0.48% | 0.79% | - |
| XYZ | 30.52 | 46.67 | 26.14 | - |
| YUV | 163.99 | 104.86 | 85.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 202 | 123 | 0.48 | 0 | 0.39 | 0.21 | 131.13 | 0.48 | 0.6 |
| Hex | 69 | CA | 7B | 30 | 0 | 27 | 15 | 83 | 30 | 3C |
| Octal | 151 | 312 | 173 | 60 | 0 | 47 | 25 | 203 | 60 | 74 |
| Binary | 1101001 | 11001010 | 1111011 | 110000 | 0 | 100111 | 10101 | 10000011 | 110000 | 111100 |
Color Harmonies of #69CA7B
Complementary color
Monochromatic Colors of #69CA7B
Black with #69CA7B
Text Example
Text Example
White with #69CA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69CA7B; }
p { color: rgb(105,202,123); }
H1.HeaderClassName
{
color: #69CA7B;
}
.AnyTagClassName
{
color: #69CA7B;
}
</style>
background-color css
<style>
a { background-color: #69CA7B; }
a { background-color: rgb(105,202,123); }
div.DivClassName
{
background-color: #69CA7B;
}
.BgClassName
{
background-color: #69CA7B;
}
</style>
border-color css
<style>
span { border-color: #69CA7B; }
span { border-color: rgb(105,202,123); }
td.TdClassName
{
border-color: #69CA7B;
}
.TagClassName
{
border-color: #69CA7B;
}
</style>