Shades of Rain Forest #677B30
Tints of Rain Forest #677B30
RGB
CMYK
RGB Variations
Color information
#677B30 (or 0x677B30) is known color: Rain Forest. HEX triplet: 67, 7B and 30. RGB value is (103,123,48). Sum of RGB (Red+Green+Blue) = 103+123+48=274 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.59% from 274); Green value is 123 (48.44% from 255 or 44.89% from 274); Blue value is 48 (19.14% from 255 or 17.52% from 274); Max value from RGB is 123 - color contains mainly: green. Hex color #677B30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #677B30 is #9884CF. Grayscale: #6C6C6C. Windows color (decimal): -9995472 or 3177319. OLE color: 3177319.
HSL color Cylindrical-coordinate representation of color #677B30: hue angle of 76º 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 #677B30 is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 103 | 123 | 48 | - |
| CMYK | 0.16 | 0 | 0.61 | 0.52 |
| HSL | 76º | 0.44% | 0.34% | - |
| HSV(B) | 76º | 0.61% | 0.48% | - |
| XYZ | 13.21 | 17.26 | 5.43 | - |
| YUV | 108.47 | 93.87 | 124.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 123 | 48 | 0.16 | 0 | 0.61 | 0.52 | 76 | 0.44 | 0.34 |
| Hex | 67 | 7B | 30 | 10 | 0 | 3D | 34 | 4C | 2C | 22 |
| Octal | 147 | 173 | 60 | 20 | 0 | 75 | 64 | 114 | 54 | 42 |
| Binary | 1100111 | 1111011 | 110000 | 10000 | 0 | 111101 | 110100 | 1001100 | 101100 | 100010 |
Color Harmonies of #677B30
Complementary color
Monochromatic Colors of #677B30
Black with #677B30
Text Example
Text Example
White with #677B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677B30; }
p { color: rgb(103,123,48); }
H1.HeaderClassName
{
color: #677B30;
}
.AnyTagClassName
{
color: #677B30;
}
</style>
background-color css
<style>
a { background-color: #677B30; }
a { background-color: rgb(103,123,48); }
div.DivClassName
{
background-color: #677B30;
}
.BgClassName
{
background-color: #677B30;
}
</style>
border-color css
<style>
span { border-color: #677B30; }
span { border-color: rgb(103,123,48); }
td.TdClassName
{
border-color: #677B30;
}
.TagClassName
{
border-color: #677B30;
}
</style>