Shades of Hippie Green #679653
Tints of Hippie Green #679653
RGB
CMYK
RGB Variations
Color information
#679653 (or 0x679653) is known color: Hippie Green. HEX triplet: 67, 96 and 53. RGB value is (103,150,83). Sum of RGB (Red+Green+Blue) = 103+150+83=336 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.65% from 336); Green value is 150 (58.98% from 255 or 44.64% from 336); Blue value is 83 (32.81% from 255 or 24.70% from 336); Max value from RGB is 150 - color contains mainly: green. Hex color #679653 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679653 is #9869AC. Grayscale: #808080. Windows color (decimal): -9988525 or 5477991. OLE color: 5477991.
HSL color Cylindrical-coordinate representation of color #679653: hue angle of 102.09º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #679653 is Cyan = 0.31, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 103 | 150 | 83 | - |
| CMYK | 0.31 | 0 | 0.45 | 0.41 |
| HSL | 102.09º | 0.29% | 0.46% | - |
| HSV(B) | 102.09º | 0.45% | 0.59% | - |
| XYZ | 18.06 | 25.32 | 12.12 | - |
| YUV | 128.31 | 102.43 | 109.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 150 | 83 | 0.31 | 0 | 0.45 | 0.41 | 102.09 | 0.29 | 0.46 |
| Hex | 67 | 96 | 53 | 1F | 0 | 2D | 29 | 66 | 1D | 2E |
| Octal | 147 | 226 | 123 | 37 | 0 | 55 | 51 | 146 | 35 | 56 |
| Binary | 1100111 | 10010110 | 1010011 | 11111 | 0 | 101101 | 101001 | 1100110 | 11101 | 101110 |
Color Harmonies of #679653
Complementary color
Monochromatic Colors of #679653
Black with #679653
Text Example
Text Example
White with #679653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679653; }
p { color: rgb(103,150,83); }
H1.HeaderClassName
{
color: #679653;
}
.AnyTagClassName
{
color: #679653;
}
</style>
background-color css
<style>
a { background-color: #679653; }
a { background-color: rgb(103,150,83); }
div.DivClassName
{
background-color: #679653;
}
.BgClassName
{
background-color: #679653;
}
</style>
border-color css
<style>
span { border-color: #679653; }
span { border-color: rgb(103,150,83); }
td.TdClassName
{
border-color: #679653;
}
.TagClassName
{
border-color: #679653;
}
</style>