Shades of Hippie Green #65985C
Tints of Hippie Green #65985C
RGB
CMYK
RGB Variations
Color information
#65985C (or 0x65985C) is known color: Hippie Green. HEX triplet: 65, 98 and 5C. RGB value is (101,152,92). Sum of RGB (Red+Green+Blue) = 101+152+92=345 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.28% from 345); Green value is 152 (59.77% from 255 or 44.06% from 345); Blue value is 92 (36.33% from 255 or 26.67% from 345); Max value from RGB is 152 - color contains mainly: green. Hex color #65985C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65985C is #9A67A3. Grayscale: #828282. Windows color (decimal): -10119076 or 6068325. OLE color: 6068325.
HSL color Cylindrical-coordinate representation of color #65985C: hue angle of 111º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #65985C is Cyan = 0.34, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 101 | 152 | 92 | - |
| CMYK | 0.34 | 0 | 0.39 | 0.40 |
| HSL | 111º | 0.25% | 0.48% | - |
| HSV(B) | 111º | 0.39% | 0.6% | - |
| XYZ | 18.53 | 26 | 14.17 | - |
| YUV | 129.91 | 106.6 | 107.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 152 | 92 | 0.34 | 0 | 0.39 | 0.40 | 111 | 0.25 | 0.48 |
| Hex | 65 | 98 | 5C | 22 | 0 | 27 | 28 | 6F | 19 | 30 |
| Octal | 145 | 230 | 134 | 42 | 0 | 47 | 50 | 157 | 31 | 60 |
| Binary | 1100101 | 10011000 | 1011100 | 100010 | 0 | 100111 | 101000 | 1101111 | 11001 | 110000 |
Color Harmonies of #65985C
Complementary color
Monochromatic Colors of #65985C
Black with #65985C
Text Example
Text Example
White with #65985C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65985C; }
p { color: rgb(101,152,92); }
H1.HeaderClassName
{
color: #65985C;
}
.AnyTagClassName
{
color: #65985C;
}
</style>
background-color css
<style>
a { background-color: #65985C; }
a { background-color: rgb(101,152,92); }
div.DivClassName
{
background-color: #65985C;
}
.BgClassName
{
background-color: #65985C;
}
</style>
border-color css
<style>
span { border-color: #65985C; }
span { border-color: rgb(101,152,92); }
td.TdClassName
{
border-color: #65985C;
}
.TagClassName
{
border-color: #65985C;
}
</style>