Shades of Hippie Green #67935A
Tints of Hippie Green #67935A
RGB
CMYK
RGB Variations
Color information
#67935A (or 0x67935A) is known color: Hippie Green. HEX triplet: 67, 93 and 5A. RGB value is (103,147,90). Sum of RGB (Red+Green+Blue) = 103+147+90=340 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.29% from 340); Green value is 147 (57.81% from 255 or 43.24% from 340); Blue value is 90 (35.55% from 255 or 26.47% from 340); Max value from RGB is 147 - color contains mainly: green. Hex color #67935A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67935A is #986CA5. Grayscale: #7F7F7F. Windows color (decimal): -9989286 or 5935975. OLE color: 5935975.
HSL color Cylindrical-coordinate representation of color #67935A: hue angle of 106.32º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #67935A is Cyan = 0.30, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 103 | 147 | 90 | - |
| CMYK | 0.30 | 0 | 0.39 | 0.42 |
| HSL | 106.32º | 0.24% | 0.46% | - |
| HSV(B) | 106.32º | 0.39% | 0.58% | - |
| XYZ | 17.87 | 24.49 | 13.46 | - |
| YUV | 127.35 | 106.92 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 147 | 90 | 0.30 | 0 | 0.39 | 0.42 | 106.32 | 0.24 | 0.46 |
| Hex | 67 | 93 | 5A | 1E | 0 | 27 | 2A | 6A | 18 | 2E |
| Octal | 147 | 223 | 132 | 36 | 0 | 47 | 52 | 152 | 30 | 56 |
| Binary | 1100111 | 10010011 | 1011010 | 11110 | 0 | 100111 | 101010 | 1101010 | 11000 | 101110 |
Color Harmonies of #67935A
Complementary color
Monochromatic Colors of #67935A
Black with #67935A
Text Example
Text Example
White with #67935A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67935A; }
p { color: rgb(103,147,90); }
H1.HeaderClassName
{
color: #67935A;
}
.AnyTagClassName
{
color: #67935A;
}
</style>
background-color css
<style>
a { background-color: #67935A; }
a { background-color: rgb(103,147,90); }
div.DivClassName
{
background-color: #67935A;
}
.BgClassName
{
background-color: #67935A;
}
</style>
border-color css
<style>
span { border-color: #67935A; }
span { border-color: rgb(103,147,90); }
td.TdClassName
{
border-color: #67935A;
}
.TagClassName
{
border-color: #67935A;
}
</style>