#65955A

Color #65955A Hippie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Green #65955A

Tints of Hippie Green #65955A

Color information

#65955A (or 0x65955A) is unknown color: approx Hippie Green. HEX triplet: 65, 95 and 5A. RGB value is (101,149,90). Sum of RGB (Red+Green+Blue) = 101+149+90=340 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.71% from 340); Green value is 149 (58.59% from 255 or 43.82% from 340); Blue value is 90 (35.55% from 255 or 26.47% from 340); Max value from RGB is 149 - color contains mainly: green. Hex color #65955A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65955A is #9A6AA5. Grayscale: #808080. Windows color (decimal): -10119846 or 5936485. OLE color: 5936485.

HSL color Cylindrical-coordinate representation of color #65955A: hue angle of 108.81º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #65955A is Cyan = 0.32, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB10114990-
CMYK0.3200.400.42
HSL108.81º24.69%46.86%-
HSV(B)108.81º39.6%58.43%-
XYZ17.962513.55-
YUV127.92106.6108.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 101 (39.84% from 255) = 29.71%
GREEN value IS 149 (58.59% from 255) = 43.82%
BLUE value IS 90 (35.55% from 255) = 26.47%
R=29.71%
G=43.82%
B=26.47%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal101149900.3200.400.42108.8124.6946.86
Hex65955A200282A6d192f
Octal14522513240050521553157
Binary11001011001010110110101000000101000101010110110111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65955A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65955A; }

 p { color: rgb(101,149,90); }

 H1.HeaderClassName
 {
   color: #65955A;
 }
 .AnyTagClassName
 {
   color: #65955A;
 }
</style>
background-color css

<style>
 a { background-color: #65955A; }

 a { background-color: rgb(101,149,90); }

 div.DivClassName
 {
   background-color: #65955A;
 }
 .BgClassName
 {
   background-color: #65955A;
 }
</style>
border-color css

<style>
 span { border-color: #65955A; }

 span { border-color: rgb(101,149,90); }

 td.TdClassName
 {
   border-color: #65955A;
 }
 .TagClassName
 {
   border-color: #65955A;
 }
</style>