Shades of Eucalyptus #45966B
Tints of Eucalyptus #45966B
RGB
CMYK
RGB Variations
Color information
#45966B (or 0x45966B) is known color: Eucalyptus. HEX triplet: 45, 96 and 6B. RGB value is (69,150,107). Sum of RGB (Red+Green+Blue) = 69+150+107=326 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.17% from 326); Green value is 150 (58.98% from 255 or 46.01% from 326); Blue value is 107 (42.19% from 255 or 32.82% from 326); Max value from RGB is 150 - color contains mainly: green. Hex color #45966B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45966B is #BA6994. Grayscale: #787878. Windows color (decimal): -12216725 or 7050821. OLE color: 7050821.
HSL color Cylindrical-coordinate representation of color #45966B: hue angle of 148.15º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #45966B is Cyan = 0.54, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 69 | 150 | 107 | - |
| CMYK | 0.54 | 0 | 0.29 | 0.41 |
| HSL | 148.15º | 0.37% | 0.43% | - |
| HSV(B) | 148.15º | 0.54% | 0.59% | - |
| XYZ | 16.01 | 24.14 | 17.73 | - |
| YUV | 120.88 | 120.16 | 91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 150 | 107 | 0.54 | 0 | 0.29 | 0.41 | 148.15 | 0.37 | 0.43 |
| Hex | 45 | 96 | 6B | 36 | 0 | 1D | 29 | 94 | 25 | 2B |
| Octal | 105 | 226 | 153 | 66 | 0 | 35 | 51 | 224 | 45 | 53 |
| Binary | 1000101 | 10010110 | 1101011 | 110110 | 0 | 11101 | 101001 | 10010100 | 100101 | 101011 |
Color Harmonies of #45966B
Complementary color
Monochromatic Colors of #45966B
Black with #45966B
Text Example
Text Example
White with #45966B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45966B; }
p { color: rgb(69,150,107); }
H1.HeaderClassName
{
color: #45966B;
}
.AnyTagClassName
{
color: #45966B;
}
</style>
background-color css
<style>
a { background-color: #45966B; }
a { background-color: rgb(69,150,107); }
div.DivClassName
{
background-color: #45966B;
}
.BgClassName
{
background-color: #45966B;
}
</style>
border-color css
<style>
span { border-color: #45966B; }
span { border-color: rgb(69,150,107); }
td.TdClassName
{
border-color: #45966B;
}
.TagClassName
{
border-color: #45966B;
}
</style>