Shades of Hippie Green #67985A
Tints of Hippie Green #67985A
RGB
CMYK
RGB Variations
Color information
#67985A (or 0x67985A) is known color: Hippie Green. HEX triplet: 67, 98 and 5A. RGB value is (103,152,90). Sum of RGB (Red+Green+Blue) = 103+152+90=345 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.86% from 345); Green value is 152 (59.77% from 255 or 44.06% from 345); Blue value is 90 (35.55% from 255 or 26.09% from 345); Max value from RGB is 152 - color contains mainly: green. Hex color #67985A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67985A is #9867A5. Grayscale: #828282. Windows color (decimal): -9988006 or 5937255. OLE color: 5937255.
HSL color Cylindrical-coordinate representation of color #67985A: hue angle of 107.42º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #67985A is Cyan = 0.32, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 103 | 152 | 90 | - |
| CMYK | 0.32 | 0 | 0.41 | 0.40 |
| HSL | 107.42º | 0.26% | 0.47% | - |
| HSV(B) | 107.42º | 0.41% | 0.6% | - |
| XYZ | 18.67 | 26.08 | 13.72 | - |
| YUV | 130.28 | 105.27 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 152 | 90 | 0.32 | 0 | 0.41 | 0.40 | 107.42 | 0.26 | 0.47 |
| Hex | 67 | 98 | 5A | 20 | 0 | 29 | 28 | 6B | 1A | 2F |
| Octal | 147 | 230 | 132 | 40 | 0 | 51 | 50 | 153 | 32 | 57 |
| Binary | 1100111 | 10011000 | 1011010 | 100000 | 0 | 101001 | 101000 | 1101011 | 11010 | 101111 |
Color Harmonies of #67985A
Complementary color
Monochromatic Colors of #67985A
Black with #67985A
Text Example
Text Example
White with #67985A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67985A; }
p { color: rgb(103,152,90); }
H1.HeaderClassName
{
color: #67985A;
}
.AnyTagClassName
{
color: #67985A;
}
</style>
background-color css
<style>
a { background-color: #67985A; }
a { background-color: rgb(103,152,90); }
div.DivClassName
{
background-color: #67985A;
}
.BgClassName
{
background-color: #67985A;
}
</style>
border-color css
<style>
span { border-color: #67985A; }
span { border-color: rgb(103,152,90); }
td.TdClassName
{
border-color: #67985A;
}
.TagClassName
{
border-color: #67985A;
}
</style>