Shades of Hippie Green #65A35F
Tints of Hippie Green #65A35F
RGB
CMYK
RGB Variations
Color information
#65A35F (or 0x65A35F) is known color: Hippie Green. HEX triplet: 65, A3 and 5F. RGB value is (101,163,95). Sum of RGB (Red+Green+Blue) = 101+163+95=359 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.13% from 359); Green value is 163 (64.06% from 255 or 45.40% from 359); Blue value is 95 (37.5% from 255 or 26.46% from 359); Max value from RGB is 163 - color contains mainly: green. Hex color #65A35F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65A35F is #9A5CA0. Grayscale: #888888. Windows color (decimal): -10116257 or 6267749. OLE color: 6267749.
HSL color Cylindrical-coordinate representation of color #65A35F: hue angle of 114.71º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #65A35F is Cyan = 0.38, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 101 | 163 | 95 | - |
| CMYK | 0.38 | 0 | 0.42 | 0.36 |
| HSL | 114.71º | 0.27% | 0.51% | - |
| HSV(B) | 114.71º | 0.42% | 0.64% | - |
| XYZ | 20.53 | 29.79 | 15.49 | - |
| YUV | 136.71 | 104.46 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 163 | 95 | 0.38 | 0 | 0.42 | 0.36 | 114.71 | 0.27 | 0.51 |
| Hex | 65 | A3 | 5F | 26 | 0 | 2A | 24 | 73 | 1B | 33 |
| Octal | 145 | 243 | 137 | 46 | 0 | 52 | 44 | 163 | 33 | 63 |
| Binary | 1100101 | 10100011 | 1011111 | 100110 | 0 | 101010 | 100100 | 1110011 | 11011 | 110011 |
Color Harmonies of #65A35F
Complementary color
Monochromatic Colors of #65A35F
Black with #65A35F
Text Example
Text Example
White with #65A35F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A35F; }
p { color: rgb(101,163,95); }
H1.HeaderClassName
{
color: #65A35F;
}
.AnyTagClassName
{
color: #65A35F;
}
</style>
background-color css
<style>
a { background-color: #65A35F; }
a { background-color: rgb(101,163,95); }
div.DivClassName
{
background-color: #65A35F;
}
.BgClassName
{
background-color: #65A35F;
}
</style>
border-color css
<style>
span { border-color: #65A35F; }
span { border-color: rgb(101,163,95); }
td.TdClassName
{
border-color: #65A35F;
}
.TagClassName
{
border-color: #65A35F;
}
</style>