Shades of Rain Forest #667B30
Tints of Rain Forest #667B30
RGB
CMYK
RGB Variations
Color information
#667B30 (or 0x667B30) is known color: Rain Forest. HEX triplet: 66, 7B and 30. RGB value is (102,123,48). Sum of RGB (Red+Green+Blue) = 102+123+48=273 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.36% from 273); Green value is 123 (48.44% from 255 or 45.05% from 273); Blue value is 48 (19.14% from 255 or 17.58% from 273); Max value from RGB is 123 - color contains mainly: green. Hex color #667B30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #667B30 is #9984CF. Grayscale: #6C6C6C. Windows color (decimal): -10061008 or 3177318. OLE color: 3177318.
HSL color Cylindrical-coordinate representation of color #667B30: hue angle of 76.8º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #667B30 is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 102 | 123 | 48 | - |
| CMYK | 0.17 | 0 | 0.61 | 0.52 |
| HSL | 76.8º | 0.44% | 0.34% | - |
| HSV(B) | 76.8º | 0.61% | 0.48% | - |
| XYZ | 13.1 | 17.2 | 5.43 | - |
| YUV | 108.17 | 94.04 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 123 | 48 | 0.17 | 0 | 0.61 | 0.52 | 76.8 | 0.44 | 0.34 |
| Hex | 66 | 7B | 30 | 11 | 0 | 3D | 34 | 4D | 2C | 22 |
| Octal | 146 | 173 | 60 | 21 | 0 | 75 | 64 | 115 | 54 | 42 |
| Binary | 1100110 | 1111011 | 110000 | 10001 | 0 | 111101 | 110100 | 1001101 | 101100 | 100010 |
Color Harmonies of #667B30
Complementary color
Monochromatic Colors of #667B30
Black with #667B30
Text Example
Text Example
White with #667B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667B30; }
p { color: rgb(102,123,48); }
H1.HeaderClassName
{
color: #667B30;
}
.AnyTagClassName
{
color: #667B30;
}
</style>
background-color css
<style>
a { background-color: #667B30; }
a { background-color: rgb(102,123,48); }
div.DivClassName
{
background-color: #667B30;
}
.BgClassName
{
background-color: #667B30;
}
</style>
border-color css
<style>
span { border-color: #667B30; }
span { border-color: rgb(102,123,48); }
td.TdClassName
{
border-color: #667B30;
}
.TagClassName
{
border-color: #667B30;
}
</style>