Shades of Hippie Green #68925F
Tints of Hippie Green #68925F
RGB
CMYK
RGB Variations
Color information
#68925F (or 0x68925F) is known color: Hippie Green. HEX triplet: 68, 92 and 5F. RGB value is (104,146,95). Sum of RGB (Red+Green+Blue) = 104+146+95=345 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.14% from 345); Green value is 146 (57.42% from 255 or 42.32% from 345); Blue value is 95 (37.5% from 255 or 27.54% from 345); Max value from RGB is 146 - color contains mainly: green. Hex color #68925F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68925F is #976DA0. Grayscale: #7F7F7F. Windows color (decimal): -9924001 or 6263400. OLE color: 6263400.
HSL color Cylindrical-coordinate representation of color #68925F: hue angle of 109.41º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #68925F is Cyan = 0.29, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 104 | 146 | 95 | - |
| CMYK | 0.29 | 0 | 0.35 | 0.43 |
| HSL | 109.41º | 0.21% | 0.47% | - |
| HSV(B) | 109.41º | 0.35% | 0.57% | - |
| XYZ | 18.05 | 24.33 | 14.57 | - |
| YUV | 127.63 | 109.59 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 146 | 95 | 0.29 | 0 | 0.35 | 0.43 | 109.41 | 0.21 | 0.47 |
| Hex | 68 | 92 | 5F | 1D | 0 | 23 | 2B | 6D | 15 | 2F |
| Octal | 150 | 222 | 137 | 35 | 0 | 43 | 53 | 155 | 25 | 57 |
| Binary | 1101000 | 10010010 | 1011111 | 11101 | 0 | 100011 | 101011 | 1101101 | 10101 | 101111 |
Color Harmonies of #68925F
Complementary color
Monochromatic Colors of #68925F
Black with #68925F
Text Example
Text Example
White with #68925F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68925F; }
p { color: rgb(104,146,95); }
H1.HeaderClassName
{
color: #68925F;
}
.AnyTagClassName
{
color: #68925F;
}
</style>
background-color css
<style>
a { background-color: #68925F; }
a { background-color: rgb(104,146,95); }
div.DivClassName
{
background-color: #68925F;
}
.BgClassName
{
background-color: #68925F;
}
</style>
border-color css
<style>
span { border-color: #68925F; }
span { border-color: rgb(104,146,95); }
td.TdClassName
{
border-color: #68925F;
}
.TagClassName
{
border-color: #68925F;
}
</style>