Shades of Fern #75B07B
Tints of Fern #75B07B
RGB
CMYK
RGB Variations
Color information
#75B07B (or 0x75B07B) is known color: Fern. HEX triplet: 75, B0 and 7B. RGB value is (117,176,123). Sum of RGB (Red+Green+Blue) = 117+176+123=416 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.12% from 416); Green value is 176 (69.14% from 255 or 42.31% from 416); Blue value is 123 (48.44% from 255 or 29.57% from 416); Max value from RGB is 176 - color contains mainly: green. Hex color #75B07B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75B07B is #8A4F84. Grayscale: #989898. Windows color (decimal): -9064325 or 8106101. OLE color: 8106101.
HSL color Cylindrical-coordinate representation of color #75B07B: hue angle of 126.1º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #75B07B is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 117 | 176 | 123 | - |
| CMYK | 0.34 | 0 | 0.30 | 0.31 |
| HSL | 126.1º | 0.27% | 0.57% | - |
| HSV(B) | 126.1º | 0.34% | 0.69% | - |
| XYZ | 26.44 | 36.26 | 24.34 | - |
| YUV | 152.32 | 111.45 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 176 | 123 | 0.34 | 0 | 0.30 | 0.31 | 126.1 | 0.27 | 0.57 |
| Hex | 75 | B0 | 7B | 22 | 0 | 1E | 1F | 7E | 1B | 39 |
| Octal | 165 | 260 | 173 | 42 | 0 | 36 | 37 | 176 | 33 | 71 |
| Binary | 1110101 | 10110000 | 1111011 | 100010 | 0 | 11110 | 11111 | 1111110 | 11011 | 111001 |
Color Harmonies of #75B07B
Complementary color
Monochromatic Colors of #75B07B
Black with #75B07B
Text Example
Text Example
White with #75B07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75B07B; }
p { color: rgb(117,176,123); }
H1.HeaderClassName
{
color: #75B07B;
}
.AnyTagClassName
{
color: #75B07B;
}
</style>
background-color css
<style>
a { background-color: #75B07B; }
a { background-color: rgb(117,176,123); }
div.DivClassName
{
background-color: #75B07B;
}
.BgClassName
{
background-color: #75B07B;
}
</style>
border-color css
<style>
span { border-color: #75B07B; }
span { border-color: rgb(117,176,123); }
td.TdClassName
{
border-color: #75B07B;
}
.TagClassName
{
border-color: #75B07B;
}
</style>