Shades of Hippie Green #6B9167
Tints of Hippie Green #6B9167
RGB
CMYK
RGB Variations
Color information
#6B9167 (or 0x6B9167) is known color: Hippie Green. HEX triplet: 6B, 91 and 67. RGB value is (107,145,103). Sum of RGB (Red+Green+Blue) = 107+145+103=355 (47% of max value = 765). Red value is 107 (42.19% from 255 or 30.14% from 355); Green value is 145 (57.03% from 255 or 40.85% from 355); Blue value is 103 (40.62% from 255 or 29.01% from 355); Max value from RGB is 145 - color contains mainly: green. Hex color #6B9167 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B9167 is #946E98. Grayscale: #808080. Windows color (decimal): -9727641 or 6787435. OLE color: 6787435.
HSL color Cylindrical-coordinate representation of color #6B9167: hue angle of 114.29º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6B9167 is Cyan = 0.26, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 107 | 145 | 103 | - |
| CMYK | 0.26 | 0 | 0.29 | 0.43 |
| HSL | 114.29º | 0.17% | 0.49% | - |
| HSV(B) | 114.29º | 0.29% | 0.57% | - |
| XYZ | 18.64 | 24.36 | 16.55 | - |
| YUV | 128.85 | 113.41 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 145 | 103 | 0.26 | 0 | 0.29 | 0.43 | 114.29 | 0.17 | 0.49 |
| Hex | 6B | 91 | 67 | 1A | 0 | 1D | 2B | 72 | 11 | 31 |
| Octal | 153 | 221 | 147 | 32 | 0 | 35 | 53 | 162 | 21 | 61 |
| Binary | 1101011 | 10010001 | 1100111 | 11010 | 0 | 11101 | 101011 | 1110010 | 10001 | 110001 |
Color Harmonies of #6B9167
Complementary color
Monochromatic Colors of #6B9167
Black with #6B9167
Text Example
Text Example
White with #6B9167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9167; }
p { color: rgb(107,145,103); }
H1.HeaderClassName
{
color: #6B9167;
}
.AnyTagClassName
{
color: #6B9167;
}
</style>
background-color css
<style>
a { background-color: #6B9167; }
a { background-color: rgb(107,145,103); }
div.DivClassName
{
background-color: #6B9167;
}
.BgClassName
{
background-color: #6B9167;
}
</style>
border-color css
<style>
span { border-color: #6B9167; }
span { border-color: rgb(107,145,103); }
td.TdClassName
{
border-color: #6B9167;
}
.TagClassName
{
border-color: #6B9167;
}
</style>