Shades of Camouflage Green #7B906C
Tints of Camouflage Green #7B906C
RGB
CMYK
RGB Variations
Color information
#7B906C (or 0x7B906C) is known color: Camouflage Green. HEX triplet: 7B, 90 and 6C. RGB value is (123,144,108). Sum of RGB (Red+Green+Blue) = 123+144+108=375 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.8% from 375); Green value is 144 (56.64% from 255 or 38.4% from 375); Blue value is 108 (42.58% from 255 or 28.8% from 375); Max value from RGB is 144 - color contains mainly: green. Hex color #7B906C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B906C is #846F93. Grayscale: #858585. Windows color (decimal): -8679316 or 7114875. OLE color: 7114875.
HSL color Cylindrical-coordinate representation of color #7B906C: hue angle of 95º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7B906C is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 123 | 144 | 108 | - |
| CMYK | 0.15 | 0 | 0.25 | 0.44 |
| HSL | 95º | 0.14% | 0.49% | - |
| HSV(B) | 95º | 0.25% | 0.56% | - |
| XYZ | 20.85 | 25.24 | 17.96 | - |
| YUV | 133.62 | 113.54 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 144 | 108 | 0.15 | 0 | 0.25 | 0.44 | 95 | 0.14 | 0.49 |
| Hex | 7B | 90 | 6C | F | 0 | 19 | 2C | 5F | E | 31 |
| Octal | 173 | 220 | 154 | 17 | 0 | 31 | 54 | 137 | 16 | 61 |
| Binary | 1111011 | 10010000 | 1101100 | 1111 | 0 | 11001 | 101100 | 1011111 | 1110 | 110001 |
Color Harmonies of #7B906C
Complementary color
Monochromatic Colors of #7B906C
Black with #7B906C
Text Example
Text Example
White with #7B906C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B906C; }
p { color: rgb(123,144,108); }
H1.HeaderClassName
{
color: #7B906C;
}
.AnyTagClassName
{
color: #7B906C;
}
</style>
background-color css
<style>
a { background-color: #7B906C; }
a { background-color: rgb(123,144,108); }
div.DivClassName
{
background-color: #7B906C;
}
.BgClassName
{
background-color: #7B906C;
}
</style>
border-color css
<style>
span { border-color: #7B906C; }
span { border-color: rgb(123,144,108); }
td.TdClassName
{
border-color: #7B906C;
}
.TagClassName
{
border-color: #7B906C;
}
</style>