Shades of Hippie Green #68975B
Tints of Hippie Green #68975B
RGB
CMYK
RGB Variations
Color information
#68975B (or 0x68975B) is known color: Hippie Green. HEX triplet: 68, 97 and 5B. RGB value is (104,151,91). Sum of RGB (Red+Green+Blue) = 104+151+91=346 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.06% from 346); Green value is 151 (59.38% from 255 or 43.64% from 346); Blue value is 91 (35.94% from 255 or 26.30% from 346); Max value from RGB is 151 - color contains mainly: green. Hex color #68975B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68975B is #9768A4. Grayscale: #828282. Windows color (decimal): -9922725 or 6002536. OLE color: 6002536.
HSL color Cylindrical-coordinate representation of color #68975B: hue angle of 107º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #68975B is Cyan = 0.31, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 104 | 151 | 91 | - |
| CMYK | 0.31 | 0 | 0.40 | 0.41 |
| HSL | 107º | 0.25% | 0.47% | - |
| HSV(B) | 107º | 0.4% | 0.59% | - |
| XYZ | 18.66 | 25.83 | 13.9 | - |
| YUV | 130.11 | 105.93 | 109.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 151 | 91 | 0.31 | 0 | 0.40 | 0.41 | 107 | 0.25 | 0.47 |
| Hex | 68 | 97 | 5B | 1F | 0 | 28 | 29 | 6B | 19 | 2F |
| Octal | 150 | 227 | 133 | 37 | 0 | 50 | 51 | 153 | 31 | 57 |
| Binary | 1101000 | 10010111 | 1011011 | 11111 | 0 | 101000 | 101001 | 1101011 | 11001 | 101111 |
Color Harmonies of #68975B
Complementary color
Monochromatic Colors of #68975B
Black with #68975B
Text Example
Text Example
White with #68975B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68975B; }
p { color: rgb(104,151,91); }
H1.HeaderClassName
{
color: #68975B;
}
.AnyTagClassName
{
color: #68975B;
}
</style>
background-color css
<style>
a { background-color: #68975B; }
a { background-color: rgb(104,151,91); }
div.DivClassName
{
background-color: #68975B;
}
.BgClassName
{
background-color: #68975B;
}
</style>
border-color css
<style>
span { border-color: #68975B; }
span { border-color: rgb(104,151,91); }
td.TdClassName
{
border-color: #68975B;
}
.TagClassName
{
border-color: #68975B;
}
</style>