Shades of Fern #6BAF7A
Tints of Fern #6BAF7A
RGB
CMYK
RGB Variations
Color information
#6BAF7A (or 0x6BAF7A) is known color: Fern. HEX triplet: 6B, AF and 7A. RGB value is (107,175,122). Sum of RGB (Red+Green+Blue) = 107+175+122=404 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.49% from 404); Green value is 175 (68.75% from 255 or 43.32% from 404); Blue value is 122 (48.05% from 255 or 30.20% from 404); Max value from RGB is 175 - color contains mainly: green. Hex color #6BAF7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BAF7A is #945085. Grayscale: #949494. Windows color (decimal): -9719942 or 8040299. OLE color: 8040299.
HSL color Cylindrical-coordinate representation of color #6BAF7A: hue angle of 133.24º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6BAF7A is Cyan = 0.39, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 107 | 175 | 122 | - |
| CMYK | 0.39 | 0 | 0.30 | 0.31 |
| HSL | 133.24º | 0.3% | 0.55% | - |
| HSV(B) | 133.24º | 0.39% | 0.69% | - |
| XYZ | 24.91 | 35.19 | 23.89 | - |
| YUV | 148.63 | 112.97 | 98.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 175 | 122 | 0.39 | 0 | 0.30 | 0.31 | 133.24 | 0.3 | 0.55 |
| Hex | 6B | AF | 7A | 27 | 0 | 1E | 1F | 85 | 1E | 37 |
| Octal | 153 | 257 | 172 | 47 | 0 | 36 | 37 | 205 | 36 | 67 |
| Binary | 1101011 | 10101111 | 1111010 | 100111 | 0 | 11110 | 11111 | 10000101 | 11110 | 110111 |
Color Harmonies of #6BAF7A
Complementary color
Monochromatic Colors of #6BAF7A
Black with #6BAF7A
Text Example
Text Example
White with #6BAF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAF7A; }
p { color: rgb(107,175,122); }
H1.HeaderClassName
{
color: #6BAF7A;
}
.AnyTagClassName
{
color: #6BAF7A;
}
</style>
background-color css
<style>
a { background-color: #6BAF7A; }
a { background-color: rgb(107,175,122); }
div.DivClassName
{
background-color: #6BAF7A;
}
.BgClassName
{
background-color: #6BAF7A;
}
</style>
border-color css
<style>
span { border-color: #6BAF7A; }
span { border-color: rgb(107,175,122); }
td.TdClassName
{
border-color: #6BAF7A;
}
.TagClassName
{
border-color: #6BAF7A;
}
</style>