Shades of Hippie Green #6A975B
Tints of Hippie Green #6A975B
RGB
CMYK
RGB Variations
Color information
#6A975B (or 0x6A975B) is known color: Hippie Green. HEX triplet: 6A, 97 and 5B. RGB value is (106,151,91). Sum of RGB (Red+Green+Blue) = 106+151+91=348 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.46% from 348); Green value is 151 (59.38% from 255 or 43.39% from 348); Blue value is 91 (35.94% from 255 or 26.15% from 348); Max value from RGB is 151 - color contains mainly: green. Hex color #6A975B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A975B is #9568A4. Grayscale: #828282. Windows color (decimal): -9791653 or 6002538. OLE color: 6002538.
HSL color Cylindrical-coordinate representation of color #6A975B: hue angle of 105º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6A975B is Cyan = 0.30, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 106 | 151 | 91 | - |
| CMYK | 0.30 | 0 | 0.40 | 0.41 |
| HSL | 105º | 0.25% | 0.47% | - |
| HSV(B) | 105º | 0.4% | 0.59% | - |
| XYZ | 18.9 | 25.95 | 13.91 | - |
| YUV | 130.71 | 105.59 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 151 | 91 | 0.30 | 0 | 0.40 | 0.41 | 105 | 0.25 | 0.47 |
| Hex | 6A | 97 | 5B | 1E | 0 | 28 | 29 | 69 | 19 | 2F |
| Octal | 152 | 227 | 133 | 36 | 0 | 50 | 51 | 151 | 31 | 57 |
| Binary | 1101010 | 10010111 | 1011011 | 11110 | 0 | 101000 | 101001 | 1101001 | 11001 | 101111 |
Color Harmonies of #6A975B
Complementary color
Monochromatic Colors of #6A975B
Black with #6A975B
Text Example
Text Example
White with #6A975B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A975B; }
p { color: rgb(106,151,91); }
H1.HeaderClassName
{
color: #6A975B;
}
.AnyTagClassName
{
color: #6A975B;
}
</style>
background-color css
<style>
a { background-color: #6A975B; }
a { background-color: rgb(106,151,91); }
div.DivClassName
{
background-color: #6A975B;
}
.BgClassName
{
background-color: #6A975B;
}
</style>
border-color css
<style>
span { border-color: #6A975B; }
span { border-color: rgb(106,151,91); }
td.TdClassName
{
border-color: #6A975B;
}
.TagClassName
{
border-color: #6A975B;
}
</style>