Shades of Laurel #699C6C
Tints of Laurel #699C6C
RGB
CMYK
RGB Variations
Color information
#699C6C (or 0x699C6C) is known color: Laurel. HEX triplet: 69, 9C and 6C. RGB value is (105,156,108). Sum of RGB (Red+Green+Blue) = 105+156+108=369 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.46% from 369); Green value is 156 (61.33% from 255 or 42.28% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 156 - color contains mainly: green. Hex color #699C6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699C6C is #966393. Grayscale: #878787. Windows color (decimal): -9855892 or 7117929. OLE color: 7117929.
HSL color Cylindrical-coordinate representation of color #699C6C: hue angle of 123.53º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #699C6C is Cyan = 0.33, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 105 | 156 | 108 | - |
| CMYK | 0.33 | 0 | 0.31 | 0.39 |
| HSL | 123.53º | 0.2% | 0.51% | - |
| HSV(B) | 123.53º | 0.33% | 0.61% | - |
| XYZ | 20.42 | 27.86 | 18.49 | - |
| YUV | 135.28 | 112.6 | 106.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 156 | 108 | 0.33 | 0 | 0.31 | 0.39 | 123.53 | 0.2 | 0.51 |
| Hex | 69 | 9C | 6C | 21 | 0 | 1F | 27 | 7C | 14 | 33 |
| Octal | 151 | 234 | 154 | 41 | 0 | 37 | 47 | 174 | 24 | 63 |
| Binary | 1101001 | 10011100 | 1101100 | 100001 | 0 | 11111 | 100111 | 1111100 | 10100 | 110011 |
Color Harmonies of #699C6C
Complementary color
Monochromatic Colors of #699C6C
Black with #699C6C
Text Example
Text Example
White with #699C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699C6C; }
p { color: rgb(105,156,108); }
H1.HeaderClassName
{
color: #699C6C;
}
.AnyTagClassName
{
color: #699C6C;
}
</style>
background-color css
<style>
a { background-color: #699C6C; }
a { background-color: rgb(105,156,108); }
div.DivClassName
{
background-color: #699C6C;
}
.BgClassName
{
background-color: #699C6C;
}
</style>
border-color css
<style>
span { border-color: #699C6C; }
span { border-color: rgb(105,156,108); }
td.TdClassName
{
border-color: #699C6C;
}
.TagClassName
{
border-color: #699C6C;
}
</style>