Shades of Laurel #6F8A6F
Tints of Laurel #6F8A6F
RGB
CMYK
RGB Variations
Color information
#6F8A6F (or 0x6F8A6F) is known color: Laurel. HEX triplet: 6F, 8A and 6F. RGB value is (111,138,111). Sum of RGB (Red+Green+Blue) = 111+138+111=360 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.83% from 360); Green value is 138 (54.30% from 255 or 38.33% from 360); Blue value is 111 (43.75% from 255 or 30.83% from 360); Max value from RGB is 138 - color contains mainly: green. Hex color #6F8A6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8A6F is #907590. Grayscale: #7E7E7E. Windows color (decimal): -9467281 or 7309935. OLE color: 7309935.
HSL color Cylindrical-coordinate representation of color #6F8A6F: hue angle of 120º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6F8A6F is Cyan = 0.20, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 111 | 138 | 111 | - |
| CMYK | 0.20 | 0 | 0.20 | 0.46 |
| HSL | 120º | 0.11% | 0.49% | - |
| HSV(B) | 120º | 0.2% | 0.54% | - |
| XYZ | 18.51 | 22.7 | 18.45 | - |
| YUV | 126.85 | 119.05 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 138 | 111 | 0.20 | 0 | 0.20 | 0.46 | 120 | 0.11 | 0.49 |
| Hex | 6F | 8A | 6F | 14 | 0 | 14 | 2E | 78 | B | 31 |
| Octal | 157 | 212 | 157 | 24 | 0 | 24 | 56 | 170 | 13 | 61 |
| Binary | 1101111 | 10001010 | 1101111 | 10100 | 0 | 10100 | 101110 | 1111000 | 1011 | 110001 |
Color Harmonies of #6F8A6F
Complementary color
Monochromatic Colors of #6F8A6F
Black with #6F8A6F
Text Example
Text Example
White with #6F8A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8A6F; }
p { color: rgb(111,138,111); }
H1.HeaderClassName
{
color: #6F8A6F;
}
.AnyTagClassName
{
color: #6F8A6F;
}
</style>
background-color css
<style>
a { background-color: #6F8A6F; }
a { background-color: rgb(111,138,111); }
div.DivClassName
{
background-color: #6F8A6F;
}
.BgClassName
{
background-color: #6F8A6F;
}
</style>
border-color css
<style>
span { border-color: #6F8A6F; }
span { border-color: rgb(111,138,111); }
td.TdClassName
{
border-color: #6F8A6F;
}
.TagClassName
{
border-color: #6F8A6F;
}
</style>