Shades of Hippie Green #6B8A65
Tints of Hippie Green #6B8A65
RGB
CMYK
RGB Variations
Color information
#6B8A65 (or 0x6B8A65) is known color: Hippie Green. HEX triplet: 6B, 8A and 65. RGB value is (107,138,101). Sum of RGB (Red+Green+Blue) = 107+138+101=346 (45% of max value = 765). Red value is 107 (42.19% from 255 or 30.92% from 346); Green value is 138 (54.30% from 255 or 39.88% from 346); Blue value is 101 (39.84% from 255 or 29.19% from 346); Max value from RGB is 138 - color contains mainly: green. Hex color #6B8A65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8A65 is #94759A. Grayscale: #7C7C7C. Windows color (decimal): -9729435 or 6654571. OLE color: 6654571.
HSL color Cylindrical-coordinate representation of color #6B8A65: hue angle of 110.27º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6B8A65 is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 107 | 138 | 101 | - |
| CMYK | 0.22 | 0 | 0.27 | 0.46 |
| HSL | 110.27º | 0.15% | 0.47% | - |
| HSV(B) | 110.27º | 0.27% | 0.54% | - |
| XYZ | 17.5 | 22.24 | 15.68 | - |
| YUV | 124.51 | 114.73 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 138 | 101 | 0.22 | 0 | 0.27 | 0.46 | 110.27 | 0.15 | 0.47 |
| Hex | 6B | 8A | 65 | 16 | 0 | 1B | 2E | 6E | F | 2F |
| Octal | 153 | 212 | 145 | 26 | 0 | 33 | 56 | 156 | 17 | 57 |
| Binary | 1101011 | 10001010 | 1100101 | 10110 | 0 | 11011 | 101110 | 1101110 | 1111 | 101111 |
Color Harmonies of #6B8A65
Complementary color
Monochromatic Colors of #6B8A65
Black with #6B8A65
Text Example
Text Example
White with #6B8A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8A65; }
p { color: rgb(107,138,101); }
H1.HeaderClassName
{
color: #6B8A65;
}
.AnyTagClassName
{
color: #6B8A65;
}
</style>
background-color css
<style>
a { background-color: #6B8A65; }
a { background-color: rgb(107,138,101); }
div.DivClassName
{
background-color: #6B8A65;
}
.BgClassName
{
background-color: #6B8A65;
}
</style>
border-color css
<style>
span { border-color: #6B8A65; }
span { border-color: rgb(107,138,101); }
td.TdClassName
{
border-color: #6B8A65;
}
.TagClassName
{
border-color: #6B8A65;
}
</style>