Shades of Rain Forest #6F7D27
Tints of Rain Forest #6F7D27
RGB
CMYK
RGB Variations
Color information
#6F7D27 (or 0x6F7D27) is known color: Rain Forest. HEX triplet: 6F, 7D and 27. RGB value is (111,125,39). Sum of RGB (Red+Green+Blue) = 111+125+39=275 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.36% from 275); Green value is 125 (49.22% from 255 or 45.45% from 275); Blue value is 39 (15.62% from 255 or 14.18% from 275); Max value from RGB is 125 - color contains mainly: green. Hex color #6F7D27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F7D27 is #9082D8. Grayscale: #6F6F6F. Windows color (decimal): -9470681 or 2588015. OLE color: 2588015.
HSL color Cylindrical-coordinate representation of color #6F7D27: hue angle of 69.77º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6F7D27 is Cyan = 0.11, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 111 | 125 | 39 | - |
| CMYK | 0.11 | 0 | 0.69 | 0.51 |
| HSL | 69.77º | 0.52% | 0.32% | - |
| HSV(B) | 69.77º | 0.69% | 0.49% | - |
| XYZ | 14.26 | 18.19 | 4.68 | - |
| YUV | 111.01 | 87.36 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 125 | 39 | 0.11 | 0 | 0.69 | 0.51 | 69.77 | 0.52 | 0.32 |
| Hex | 6F | 7D | 27 | B | 0 | 45 | 33 | 46 | 34 | 20 |
| Octal | 157 | 175 | 47 | 13 | 0 | 105 | 63 | 106 | 64 | 40 |
| Binary | 1101111 | 1111101 | 100111 | 1011 | 0 | 1000101 | 110011 | 1000110 | 110100 | 100000 |
Color Harmonies of #6F7D27
Complementary color
Monochromatic Colors of #6F7D27
Black with #6F7D27
Text Example
Text Example
White with #6F7D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7D27; }
p { color: rgb(111,125,39); }
H1.HeaderClassName
{
color: #6F7D27;
}
.AnyTagClassName
{
color: #6F7D27;
}
</style>
background-color css
<style>
a { background-color: #6F7D27; }
a { background-color: rgb(111,125,39); }
div.DivClassName
{
background-color: #6F7D27;
}
.BgClassName
{
background-color: #6F7D27;
}
</style>
border-color css
<style>
span { border-color: #6F7D27; }
span { border-color: rgb(111,125,39); }
td.TdClassName
{
border-color: #6F7D27;
}
.TagClassName
{
border-color: #6F7D27;
}
</style>